请求:一个简单而优雅的HTTP库 源码
要求 请求是一个简单而优雅的HTTP库。 >> > import requests >> > r = requests . get ( 'https://api.github.com/user' , auth = ( 'user' , 'pass' )) >> > r . status_code 200 >> > r . headers [ 'content-type' ] 'application/json; charset=utf8' >> > r . encoding 'utf-8' >> > r . text '{"type":"User"...' >> > r . json ()
文件列表
requests-master.zip
(预估有个94文件)
requests-master
setup.py
3KB
.gitignore
250B
Makefile
818B
ext
flower-of-life.jpg
15KB
ss.png
363KB
ss-compressed.png
363KB
kr-compressed.png
6KB
LICENSE
51B
暂无评论