Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 608 Bytes

api.rst

File metadata and controls

22 lines (15 loc) · 608 Bytes

pycohttpparser Python API

hyper

This page documents pycohttpparser's Python API.

An important feature to note is that, wherever possible, pycohttpparser uses memoryview objects to avoid copying data. The only objects that are not returned as memoryviews are response status codes and the HTTP minor version number.

pycohttpparser.api.Parser

pycohttpparser.api.Request

pycohttpparser.api.Response

pycohttpparser.api.ParseError