Home | Trees | Index | Help |
|
---|
Package aquarium :: Package wsadaptor :: Module WSGIAdaptor :: Class WSGIAdaptor |
|
WebServerAdaptor
--+
|
WSGIAdaptor
This is a WSGI adaptor for Aquarium.
The following properties are used:
Method Summary | |
---|---|
__init__(self,
environ)
| |
Return CGI-like environmental variables. | |
Instantiate some cgi.FieldStorage and return the instance. | |
Set the Web server response code and message. | |
Output a string. | |
writeHeaders(self,
headers)
|
Method Details |
---|
getCgiEnv(self)Return CGI-like environmental variables.
|
getForm(self)Instantiate some cgi.FieldStorage and return the instance.
|
setResponseCode(self, code=200, msg='Script output follows')Set the Web server response code and message. Keword arguments:
This base class does nothing.
|
write(self, s)Output a string. This base class simply uses print.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |