Skip to main content

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.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page