| 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.
| Nested Classes | |
| 
        RequestHandlerClass An HTTP Request (and response).  | 
  |
| Instance Methods | |||
      
  | 
  |||
      
  | 
  |||
      
  | 
  |||
| 
     Inherited from   | 
  |||
| Class Variables | |
        rbufsize = -1
     | 
  |
        environ = {"wsgi.version":(1, 0), "wsgi.url_scheme": "http", "
     | 
  |
| Properties | |
| 
     Inherited from   | 
  
| Method Details | 
  
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
  | 
| Class Variable Details | 
  environ
  | 
| Home | Trees | Indices | Help | 
        
  | 
  
|---|
| Generated by Epydoc 3.0.1 on Mon Jun 17 02:27:22 2013 | http://epydoc.sourceforge.net |