Home | Trees | Indices | Help |
|
---|
|
object --+ | HTTPConnection
An HTTP connection (active socket).
socket: the raw socket object (usually TCP) for this connection. wsgi_app: the WSGI application for this server/connection. environ: a WSGI environ template. This will be copied for each request.
rfile: a fileobject for reading from the socket. send: 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", "
|
|||
linger = False
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
environ
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 24 13:21:31 2009 | http://epydoc.sourceforge.net |