Home | Trees | Indices | Help |
|
---|
|
|
|||
HeaderElement An element (with parameters) from an HTTP header's element list. |
|||
AcceptElement An element (with parameters) from an Accept-* header's element list. |
|||
CaseInsensitiveDict A case-insensitive dict subclass. |
|||
HeaderMap A dict subclass for HTTP request and response headers. |
|||
MaxSizeExceeded | |||
SizeCheckWrapper Wraps a file-like object, raising MaxSizeExceeded if too large. |
|||
Host An internet address. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
response_codes =
|
|||
q_separator = re.compile(r';
|
|||
image_map_pattern = re.compile(r'
|
|
Return a list of (start, stop) indices from a Range header, or None. Each (start, stop) tuple will be composed of two ints, which are suitable for use in a slicing operation. That is, the header "Range: bytes=3-6", if applied against a Python string, is requesting resource[3:7]. This function will return the list [(3, 7)]. If this function return an empty list, you should return HTTP 416. |
|
Return legal HTTP status Code, Reason-phrase and Message. The status arg must be an int, or a str that begins with an int. If status is an int, or a str and no reason-phrase is supplied, a default reason-phrase will be provided. |
|
response_codes
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Tue Jan 29 04:02:42 2008 | http://epydoc.sourceforge.net |