proxy:具有基本身份验证的代理

时间:2024-06-04 01:02:33
【文件属性】:

文件名称:proxy:具有基本身份验证的代理

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-04 01:02:33

Python

Proxy 简单代理,可以进行basic authentication验证 如开启debug模式,可帮助查看请求头 Requirements Python 2.6.x, or 2.7.x 如果需要自动化部署, 需要安装fabric, 可能需要修改 pip install fabric Usage 默认在项目根目录: $python proxy.py --port [PROXY_PORT] # 使用basic authentication 验证 $python proxy.py --port [PROXY_PORT] --auth --auth_key=[NAME]:[PASSWD] 帮助: $ python proxy.py -h 部署: $ fab deploy -u YOUR_SSH_PASSWORD -p YOUR_SSH_USERNAME 测试(需要根据具体情况更改测试用例


【文件预览】:
proxy-master
----.gitignore(32B)
----fabfile.py(2KB)
----customs.txt(22B)
----proxy.conf(218B)
----README.md(978B)
----tests()
--------test_visit_supplier_by_proxy.py(2KB)
--------__init__.py(0B)
--------settings.py(332B)
----proxy.py(9KB)

网友评论