httpcore
https://github.com/encode/httpcore
Python
A minimal HTTP client. ⚙️
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 supported1 Subscribers
Add a CodeTriage badge to httpcore
Help out
- Issues
- fix: correct typos in source, tests, and docs
- fix: apply connect timeout to SOCKS5 handshake reads
- Fix nonexistent `iter_content()` reference in `stream()` docstring
- Apply the connect timeout to the SOCKS5 handshake
- Reset the HTTP/2 stream when a request is cancelled
- Reclaim connections orphaned by a cancelled request
- fix(http2): wait when outbound flow control window is negative
- Reclaim orphaned pool connections after cancellation
- Cancelling requests under pool contention permanently leaks connection slots (AsyncConnectionPool → PoolTimeout)
- Apply connect timeout to SOCKS5 handshakes
- Docs
- Python not yet supported