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
- Very slow when sending large amounts of data using `httpx.Client` Post, either with multi-threading or a single thread
- Fix 2 bugs and improve performance from O(N²+NxM) to O(N+M) in _assign_requests_to_connections
- Ensure that all async generators are explicitly closed
- added timeouts to socks5 connection initialization
- Implements "trailing_headers" for HTTP/2
- Change ThreadLock to ThreadRLock to resolve rare deadlock
- Fix ConnectionPool state after async cancellation
- Move benchmark to scripts.
- Remove shielding from cancellation process.
- Use `asyncio` synchronization instead of `anyio`
- Docs
- Python not yet supported