| 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. 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.0beta1 on Tue Mar 25 20:33:08 2008 | http://epydoc.sourceforge.net |