博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
A database of open-source HTTP proxies written in python: Django HTTP Proxy
阅读量:5794 次
发布时间:2019-06-18

本文共 1323 字,大约阅读时间需要 4 分钟。

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 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:

  • 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, you have a powerful (but easy to set up) toolbox for developing Ajax applications.

License MIT-style Design Architecture Threaded Notes "Inspired by a ". Uses

转载地址:http://xpwfx.baihongyu.com/

你可能感兴趣的文章
oraclea 定时器
查看>>
px、em、rem、fr等前端单位介绍
查看>>
python- random 模块
查看>>
Time range (447392) for take 'Take 001' is larger than maximum allowed(100000).
查看>>
树莓派raspberry pi配置
查看>>
The project cannot be built until build path error
查看>>
加密传输SSL协议8_Apache服务器的安装
查看>>
AndroidStudio集成cocos2d-x开发环境搭建
查看>>
YYHS-鏖战字符串(斜率优化)
查看>>
左边定宽 右边自适应的写法
查看>>
Redis
查看>>
高精度加法模板
查看>>
基于Arch的live系统
查看>>
Spring Security 学习笔记-授权控制过滤器
查看>>
http://bbs.csdn.net/topics/390412940
查看>>
eclipse/sts快捷键
查看>>
2017 ACM-ICPC 亚洲区(乌鲁木齐赛区)网络赛 H. Skiing
查看>>
2006年运程
查看>>
android如何释放图片缓存
查看>>
SSM-MyBatis-16:Mybatis中延迟加载
查看>>