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
- Add a test showing that slow, overlapping requests back each other up in HTTP/2.
- fix(h2_connection_reset): add stream reset when client cancel the req…
- Missing client stream reset in h2 connection
- Add overall timeout support
- Add context to trace functions
- Add `asyncio` backend
- Remove shielding from cancellation process.
- Connection pool optimization: move socket polling from expiry checks to connection usage
- Connection pool optimization: reduce connection maintenance loops complexity
- Use `asyncio` synchronization instead of `anyio`
- Docs
- Python not yet supported