Metadata-Version: 2.1
Name: WSGIProxy
Version: 0.2.2
Summary: HTTP proxying tools for WSGI apps
Home-page: http://pythonpaste.org/wsgiproxy/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Description: WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
        processes over HTTP.
        
        This will encode the WSGI request CGI-style environmental variables
        (which must be strings), plus a configurable set of other variables.
        It also sends values like ``HTTP_HOST`` and ``wsgi.url_scheme`` which
        are often obscured by the proxying process, as well as values like
        ``SCRIPT_NAME``.  On the receiving end, a WSGI middleware fixes up the
        environment to represent the state of the original request.  This
        makes HTTP more like FastCGI or SCGI, which naturally preserve these
        values.
        
Keywords: wsgi paste http proxy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Paste
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Provides-Extra: testing
