class documentation
class _HttpClientToServerMessageReader(http.HttpMessageReader):
Reads an HTTP request sent by client.
Method |
|
Parses the start line sent by client. |
Constant | HEADER |
Undocumented |
Constant | START |
Undocumented |
Inherited from HttpMessageReader
:
Method | __init__ |
Reads an HTTP message from a socket. |
Constant | PS |
Undocumented |
Constant | PS |
Undocumented |
Constant | PS |
Undocumented |
Constant | PS |
Undocumented |
Instance Variable | body |
Undocumented |
Instance Variable | content |
Undocumented |
Instance Variable | header |
Undocumented |
Instance Variable | msg |
Undocumented |
Instance Variable | parser |
Undocumented |
Instance Variable | peer |
Undocumented |
Instance Variable | sock |
Undocumented |
Instance Variable | start |
Undocumented |
Method | _ |
Limits the header buffer size. |
Method | _ |
Limits the start line buffer size. |
Method | _ |
Main function for HTTP message state machine. |
Method | _ |
Parses the headers. |
Method | _ |
Evaluate whether peer will close the connection. |