安装
1 | $ pip install requests |
Request
1 | >>> import requests |
Cookies
1 | >>> url = 'https://httpbin.org/cookies' |
1 | >>> jar = requests.cookies.RequestsCookieJar() |
上传文件
1 | >>> url = 'https://httpbin.org/post' |
1 | >>> url = 'https://httpbin.org/post' |
1 | >>> url = 'https://httpbin.org/post' |
Response
1 | >>> import requests |
头信息
1 | >>> r.headers |
Cookies
1 | >>> url = 'http://example.com/some/cookie/setting/url' |