| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
This module implements various tools for HTTP request/response handling.
Author: André Malo
| 
 | |||
| ParseError Request parse error | |||
| BadRequest Bad Request error class | |||
| InvalidHeaderLine A header line is invalid | |||
| IncompleteHeaders The headers are incomplete | |||
| InvalidChunkHeader Chunk header was bogus | |||
| IncompleteChunk Chunk did not fully arrive | |||
| ChunkedWriter Chunked transfer encoding encoder | |||
| ChunkedReader Chunked transfer encoding decoder | |||
| ExpectationReader Before actual reading send a 100 continue intermediate response | |||
| HTTPConnection HTTP connection abstraction | |||
| 
 | |||
| dict | 
 | ||
| 
 | |||
| str | CR = ASCII CR byte (r) | ||
| str | CRLF = ASCII CRLF sequence (rn) | ||
| str | LF = ASCII LF byte (n) | ||
| __package__ =  | |||
| 
 | |||
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|