httplog
Project description
## HTTP LOG
urllib2 httplib2 requests日志小工具
### 安装方法 1. pip install http-log
### 全局替换
在python 的 sitecustomize.py文件末尾,添加下面代码
文件路径:python -m site –user-site
`python import httplog httplog.monkey_patch() `
### 项目替换 单个项目替换,如django项目开发默认下,在manage.py中添加下面代码
`python import httplog httplog.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-2.2.tar.gz
(3.4 kB
view details)
File details
Details for the file http-log-2.2.tar.gz
.
File metadata
- Download URL: http-log-2.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad64008b267e88fd9db9d8ee36f6bb5b3b2092d88f2e7bd15403ef09ea6e6939 |
|
MD5 | 668d11035d013effa7832feb486d7fec |
|
BLAKE2b-256 | 997ecee8ade0b113f97e48f1a4c32055527f7ce034ef171eae84e7ea8f02a131 |