| Home | Trees | Indices | Help |
|
|---|
|
|
This module implements various common HTTP utilities.
Author: André Malo
|
|||
|
HeaderError Base header parse error |
|||
|
InvalidHeaderLine A header line is invalid |
|||
|
IncompleteHeaders The headers are incomplete |
|||
|
CookieCodecInterface Interface for Cookie codecs |
|||
|
CookieMaker Cookie maker helper class |
|||
|
|||
| str |
|
||
| dict |
|
||
| str |
|
||
|
|||
| str |
CR = ASCII CR byte (r) |
||
| str |
LF = ASCII LF byte (n) |
||
| str |
CRLF = ASCII CRLF sequence (rn) |
||
__package__ =
|
|||
|
|||
|
|
Make a cookie The is a simple interface to the CookieMaker class. See there for detailed information.
|
| Home | Trees | Indices | Help |
|
|---|