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
- docs: clarify Quickstart POST example (fixes #6949)
- Reduce overhead of `Response.ok`
- `uri` field of digest authentication incorrectly filled when the URL contains semicolons in path
- Fix stringio content length
- When using RequestsCookieJar to set a cookie with an empty string ('') or 0 as the value, it cannot be retrieved properly afterward.
- Fix-#7003: RequestsCookieJar cannot correctly retrieve zero value
- Include NOTICE and AUTHORS.rst in wheel
- Fix MockResponse.getheaders() to return headers list instead of None
- feat: Add comprehensive property-based testing suite using Hypothesis
- Fix test compatibility on Windows by using direct CA certificate path
- Docs
- Python not yet supported