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
- Add support for HTTPS proxies.
- Bad escaping of double quote in uploaded file
- Support for SameSite cookie flag.
- Fix no_proxy and no, not being respected. Merge self.proxies and proxies
- Requests ignores HSTS if redirected to http:// version of site
- Raising readtimeout instead of connecttimeout
- iter_lines is still broken?
- When stream=True iter_content(chunk_size=None) reads the input as a single big chunk
- proxies argument option: handles bytes literals in dict differently from other argument options
- Performance: Response.content is unnecessarily slow
- Docs
- Python not yet supported