Home | Trees | Indices | Help |
|
---|
|
object --+ | HTTPConnection
An HTTP connection (active socket).
server: the Server object which received this connection. socket: the raw socket object (usually TCP) for this connection. makefile: a fileobject class for reading from the socket.
|
|||
RequestHandlerClass An HTTP Request (and response). |
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
remote_addr = None hash(x) |
|||
remote_port = None hash(x) |
|||
ssl_env = None hash(x) |
|||
rbufsize = -1
|
|||
wbufsize = -1
|
|||
linger = False
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 20 20:31:09 2013 | http://epydoc.sourceforge.net |