1 :mod:`paste.proxy` -- Proxy WSGI requests to HTTP requests 2 ========================================================== 3 4 .. automodule:: paste.proxy 5 6 Module Contents 7 --------------- 8 9 .. autoclass:: Proxy 10 .. autofunction:: make_proxy 11 .. autoclass:: TransparentProxy 12 .. autofunction:: make_transparent_proxy 13 14 15