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
- Added documentation for Session safety in multi-process environments
- Fix handling of zero and empty cookie values in RequestsCookieJar
- Expose LWPCookieJar on Response object
- Clarify that Session.verify accepts a string CA bundle path (Fixes #6859)
- fix: preserve custom CookiePolicy in Session.prepare_request
- fix: use context manager for ZipFile in extract_zipped_paths
- fix: handle empty string cookie values correctly
- Fix: Preserve custom CookiePolicy in Session.prepare_request
- Persist CookiePolicy at session level
- Fix: Preserve custom CookiePolicy in Session.prepare_request
- Docs
- Python not yet supported