Servlet
The Servlet class is accessible via the
wareweb.servlet
module.
Attributes
<property object at 0xb77ae6bc>
<property object at 0xb7ccb34c>
<property object at 0xb7ccb284>
<bound class method Servlet.wsgi_application>
Methods
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
f
set_cookie(self, cookie_name, value, path='/', expires='ONCLOSE', secure=False)
...
Forwards the request to the given WSGI application
See
the source
for more information.