Trees | Indices | Help |
|
---|
|
Implements server side of HTTP.
This class implements the server side of HTTP. It's based on code of Python's BaseHTTPServer, from both version 2.4 and 3k. It does not support non-ASCII character encodings. Keep-alive connections are not supported.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
string |
|
||
Inherited from |
|
|||
default_request_version = "HTTP/0.9"
|
|||
error_message_format = "
|
|||
error_content_type = "text/html"
|
|||
responses = BaseHTTPServer.BaseHTTPRequestHandler.responses
|
|||
WRITE_TIMEOUT = 10
|
|||
READ_TIMEOUT = 10
|
|||
CLOSE_TIMEOUT = 1
|
|
|||
Inherited from |
|
Initializes this class.
|
Sets the response code and body from a HttpException.
|
Formats the body of an error message.
|
|
error_message_format
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 9 15:55:42 2010 | http://epydoc.sourceforge.net |