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
- Serialize the HTTP/2 send path under a dedicated lock (thread-safety race)
- Close request body async iterator when a write error occurs
- fix: reject bool/non-int port on URL construction
- Interrupted response close cannot be retried
- Retry response cleanup after cancellation
- Fix retrying interrupted HTTP/1.1 response cleanup
- Connection pool can close a connection it has already assigned to a queued request
- Keep the pool from closing a connection assigned to a queued request
- Fix ConnectionPool deadlock from reentrant _optional_thread_lock
- Fix ConnectionPool deadlock from reentrant _optional_thread_lock
- Docs
- Python not yet supported