Home | Trees | Indices | Help |
|
---|
|
object --+ | HTTPConnection
An HTTP connection (active socket). socket: the raw socket object (usually TCP) for this connection. addr: the "bind address" for the remote end of the socket. For IP sockets, this is a tuple of (REMOTE_ADDR, REMOTE_PORT). For UNIX domain sockets, this will be a string. server: the HTTP Server for this Connection. Usually, the server object possesses a passive (server) socket which spawns multiple, active (client) sockets, one for each connection. environ: a WSGI environ template. This will be copied for each request. rfile: a fileobject for reading from the socket. sendall: a function for writing (+ flush) to the socket.
|
|||
RequestHandlerClass An HTTP Request (and response). |
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
rbufsize = -1
|
|||
environ = {"wsgi.version":(1, 0), "wsgi.url_scheme": "http", "
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
environ
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jun 29 13:10:29 2010 | http://epydoc.sourceforge.net |