httplog
Project description
## HTTP LOG
urllib2 httplib2 requests日志小工具
### 安装方法 1. pip install httplog
### 全局替换
在python 的 sitecustomize.py文件末尾,添加下面代码
文件路径:python -m site –user-site
`python from httplog import patcher patcher.monkey_patch() `
### 项目替换 单个项目替换,如django项目开发默认下,在manage.py中添加下面代码
`python from httplog import patcher patcher.monkey_patch() `
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
http-log-1.9.tar.gz
(3.4 kB
view details)
File details
Details for the file http-log-1.9.tar.gz
.
File metadata
- Download URL: http-log-1.9.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e970927c9efbb12d8df892f89de2dc81d5aff9a0eea356ac483e6503694d6388 |
|
MD5 | 158345cb3bf343a151d7934d988d4975 |
|
BLAKE2b-256 | 191762aedc07530c3952e03f63fe9901c625bf178868db70ca0e25c4609e85a7 |