Home | Trees | Index | Help |
|
---|
Package aquarium :: Package wsadaptor :: Module FastCGIAdaptor |
|
This subclass of WebServerAdaptor is for FastCGI.
Classes | |
---|---|
FastCGIAdaptor |
This subclass of WebServerAdaptor is for FastCGI. |
Function Summary | |
---|---|
Use this as your FastCGI handler. |
Function Details |
---|
handler(req, env, form)Use this as your FastCGI handler. If you need to use your own subclass of aquarium.util.Aquarium, do this: from aquarium.wsadaptor import FastCGIAdaptor FastCGIAdaptor.Aquarium = SpecialAquariumSubclass from FastCGIAdaptor import handler ...as before... |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 | http://epydoc.sf.net |