django-http-proxy

A simple HTTP proxy for the Django framework
Download

django-http-proxy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Yuri van der Meer
  • Publisher web site:
  • http://httpproxy.yvandermeer.net/

django-http-proxy Tags


django-http-proxy Description

A simple HTTP proxy for the Django framework django-http-proxy is a Django app that provides simple HTTP proxy functionality.It is written by Yuri van der Meer, inspired by a blog post by Will Larson.It is licensed under an MIT-style permissive license and maintained on Bitbucket:http://bitbucket.org/yvandermeer/django-http-proxy/What It DoesDjango 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 interfaceCombined with the standard Django development server, you have a powerful (but easy to set up) toolbox for developing Ajax applications. Requirements: · Django · Python


django-http-proxy Related Software