Metadata-Version: 1.0
Name: django-http-proxy
Version: 0.2.2
Summary: A simple HTTP proxy for the Django framework.
Home-page: http://httpproxy.yvandermeer.net/
Author: Yuri van der Meer
Author-email: django-http-proxy@yvandermeer.net
License: UNKNOWN
Download-URL: http://bitbucket.org/yvandermeer/django-http-proxy/get/v0.2.2.zip
Description: 
        
        Overview and License
        --------------------
        
        Django HTTP Proxy provides simple HTTP proxy functionality for the Django web
        development framework.
        
        It is written by Yuri van der Meer, inspired by on `a blog post by Will Larson
        <http://lethain.com/entry/2008/sep/30/suffer-less-by-using-django-dev-server-as-a-proxy/>`_.
        
        It is licensed under an `MIT-style permissive license <license.html>`_ and
        maintained on Bitbucket:
        
        http://bitbucket.org/yvandermeer/django-http-proxy/
        
        What It Does
        ------------
        
        Django HTTP Proxy allows you make requests to an external server by requesting
        them from the main server running your Django application. In addition, it
        allows you to record the responses to those requests and play them back at any
        time.
        
        One possible use for this application (actually, the reason it was developed)
        is to allow for easy development of Ajax applications against a live server
        environment:
        
        * Avoid typical cross-domain issues while developing an Ajax application based
        on live data from another server.
        * Record responses and play them back at a later time:
        * Use "live" data, even when you are developing offline
        * Speedy responses instead of having to wait for a remote server
        * Manually edit record responses via the Django admin interface
        
        Combined with the standard `Django development server <http://docs.djangoproject.com/en/dev/ref/django-admin/#runserver>`_,
        you have a powerful (but easy to set up) toolbox for developing Ajax applications.
        
        Contributing
        ------------
        
        If you have any contributions, feel free to fork Django HTTP Proxy on
        Bitbucket:
        
        http://bitbucket.org/yvandermeer/django-http-proxy/fork/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
