发布时间:2022-08-09 文章分类:编程知识 投稿人:赵颖 字号: 默认 | | 超大 打印

Detailed information about PYTHON proxy: Django HTTP Proxy
Proxy Name Django HTTP Proxy Language and version python version: 2.6 HTTP version 1.1 HTTPS Connect no Windows NTLM support no Last updated YYYY-MM-DD 2009-11-08 Platform all Author Yuri van der Meer Home page http://pypi.python.org/pypi/django-http-proxy/ Primary features A simple HTTP proxy for the Django framework Features

From the product page

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:

Combined with the standard Django development server, you have a powerful (but easy to set up) toolbox for developing Ajax applications.

License MIT-style Design Architecture Threaded Notes "Inspired by a blog post by Will Larson". Uses Joe Gregorio's HttpLib2