| Home | Trees | Indices | Help |
|
|---|
|
|
Handle HTTP traffic and stuff into a WSGI application object instead.
Note that this class assumes:
|
|||
| __init__(self, app, host, port, script_name) | ||
|
makefile(self,
*args,
**kwargs) 'makefile' is called by the HTTPResponse class once all of the data has been written. |
||
|
sendall(self,
str) Save all the traffic to self.inp. |
||
|
close(self) Do nothing, for now. |
||
|
|||
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:10 2006 | http://epydoc.sourceforge.net |