httpx
https://github.com/projectdiscovery/httpx
Go
httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
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.
Go not yet supported2 Subscribers
Add a CodeTriage badge to httpx
Help out
- Issues
- fix: prevent nil panic for unsafe HEAD requests
- fix: respect -pr http11 during retryablehttp fallback
- fix: respect -pr http11 flag by disabling HTTP/2 fallback
- fix: preserve -pr http11 across retryablehttp-go fallback (#2240)
- fix: ensure -pr http11 disables HTTP/2 fallback
- fix(http11): prevent retryablehttp HTTP/2 fallback from bypassing -pr http11 (#2240)
- fix: preserve -pr http11 retry behavior (#2240)
- fix(runner): add mutex to testAndSet to prevent race condition
- fix(-pr http11): disable retryablehttp HTTP/2 fallback when http11 protocol is forced
- fix: respect explicit HTTP/1.1 configuration by disabling HTTP/2 fallback
- Docs
- Go not yet supported