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 URL docstring typos
- fix/perf: strip trailing-dot FQDN for TLS SNI + memoryview zero-copy writes (fixes #1029 & #1063)
- Fix SSL certificate verification failure for hostnames with trailing dots (#1063)
- Fix typo: seperately -> separately
- When using httpx in a sync setting, we noticed that host names with trailing dots such as, `myhost.mycompany.internal.` (to mark them as fully qualified in the dns) were failing with
- Release HTTP/2 semaphore permit on NoAvailableStreamIDError
- Move HTTP/2 stream events cleanup inside state lock in _response_closed
- Add "no OPENSSL_Applink" warning when SSLKEYLOGFILE is set on win32
- Dependabot: Monthly upgrades to GitHub Actions
- Upgrade GitHub Actions
- Docs
- Python not yet supported