Metadata-Version: 1.1
Name: django-revproxy
Version: 0.3.0
Summary: Yet another Django reverse proxy application.
Home-page: https://github.com/TracyWebTech/django-revproxy
Author: Sergio Oliveira
Author-email: sergio@tracy.com.br
License: MPL v2.0
Description: django-revproxy
        ===============
        
        .. image:: https://travis-ci.org/TracyWebTech/django-revproxy.svg
               :target: https://travis-ci.org/TracyWebTech/django-revproxy
        
        .. image:: https://coveralls.io/repos/TracyWebTech/django-revproxy/badge.png?branch=master
               :target: https://coveralls.io/r/TracyWebTech/django-revproxy?branch=master
        
        
        A simple reverse proxy using Django. It allows to use Django as a
        reverse Proxy to HTTP requets. It also allows to use Django as an
        authentication Proxy.
        
        
        Features
        ---------
        
        * Proxies HEAD, GET, POST, PUT, DELETE and OPTIONS methods (not tested with TRACE, CONNECT and PATCH)
        * Copy all http headers sent from the client to the proxied server
        * Copy all http headers sent from the proxied server to the client (except `hop-by-hop <http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.5.1>`_)
        * Basic URL rewrite
        * Sets the http header REQUEST_USER if the user is logged in Django
        * Handles redirects
        * No mandatory external dependencies (uses only Python standard library)
        * Apply XSLT transformation in the response (requires Diazo)
        
        
        Install
        --------
        
        ``pip install django-revproxy``
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
