Package aquarium :: Package wsadaptor :: Module FastCGIAdaptor
[show private | hide private]
[frames | no frames]

Module aquarium.wsadaptor.FastCGIAdaptor

This subclass of WebServerAdaptor is for FastCGI.


Classes
FastCGIAdaptor This subclass of WebServerAdaptor is for FastCGI.

Function Summary
  handler(req, env, form)
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...

Generated by Epydoc 2.1 on Mon Jan 1 16:34:19 2007 http://epydoc.sf.net