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 supported14 Subscribers
Add a CodeTriage badge to requests
Help out
- Issues
- iter_lines method will always hold the last response in the server in a buffer
- When Location decoding fails, fall back to original
- 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'
- requests treats urllib3's SSL handshake timeout as ReadTimeout
- The iterable produced by `Session.resolve_redirects` does not include the very first response
- Re-order proxy precedence.
- Make response.next lazily computable.
- Making https proxies easier to deal with
- bool(failure response) is False
- Docs
- Python not yet supported