| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
wsgiserver.HTTPConnection --+
|
CPHTTPConnection
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 Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 15 15:33:02 2009 | http://epydoc.sourceforge.net |