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.
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
WRITE_TIMEOUT = 10
|
|||
READ_TIMEOUT = 10
|
|||
CLOSE_TIMEOUT = 1
|
|
|||
Inherited from |
|
Initializes this class.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 22 11:13:21 2016 | http://epydoc.sourceforge.net |