proxyapp
WSGI proxy application that applies a deliverance theme while passing the request to another HTTP server
The proxyapp module is accessible via the wsgifilter module.
Functions
f make_debug_headers(app, global_conf, show_body=False, stderr=False) ...
Show all the headers that come to the application.
These are printed to sys.stdout, or sys.stderr if stderr=True. If show_body is true, then the body of all requests is also displayed.
Classes
C ForcedProxy(...) ...
This class contains 2 members.
C DebugHeaders(...) ...
This class contains 4 members.
See the source for more information.