requests
https://github.com/psf/requests
Python
A simple, yet elegant HTTP library.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported13 Subscribers
Add a CodeTriage badge to requests
Help out
- Issues
- 5677: Respect variable precedence in session
- Add support for HTTPS proxies.
- When stream=True iter_content(chunk_size=None) reads the input as a single big chunk
- `connect` timeout is *not* a TCP connect timeout, but a TCP connect + send the whole HTTP request timeout
- respect no_proxy environment variable and proxies['no'] parameter
- Using a `json.JSONDecoder` fails when simplejson is present
- Session.verify=False ignored when REQUESTS_CA_BUNDLE environment variable is set
- requests.Session doesn't properly handle closed keep-alive sessions
- Don't override `Authorization` header when contents are bearer token (or any other token)
- requests can't properly handle redirects if the response body is encoded in something else than 'utf8'
- Docs
- Python not yet supported