Index of the proxycommand module
-
m
wsgifilter.proxycommand
...
- This implements the basic framework for making an HTTP proxy app from
your filter.
- f run_proxy_command ... - Run the proxy command, using the options and args and the WSGI middleware
- f run_proxy ...
- f make_basic_optparser ... - Creates a parser that parses the options for the run_proxy() function. You may modify the parser this returns, to add option appropriate for building your WSGI middleware.