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
- Drop pypy 3.9 and add pypy 3.11 support
- Use parse_url() from urllib3.util instead of urlparse
- Don't normalise or double-escape urls
- Add key usage extension to test ca.crt
- Fix invalid setuptools config in `setup.cfg` (will fail on `setuptools>78.0.0`)
- Incorrect Content-Length header with StringIO body
- Minor quirk: more straightforward __iter__ impl. for CaseInsensitiveDict
- Version 2.32.3 takes a long time for "connectionpool:Starting"
- Wrapped _preloaded_ssl_context with function to speed up package import
- Unable to request a private URL endpoint with custom SNI and self-signed CA when the proxy is set
- Docs
- Python not yet supported