httpx
Note: This library is under active development and most pieces haven't been tested yet. Do not use in production until a tagged release is out.
Package httpx is an alternative HTTP client for the Go
language that extends the default library's HTTP
client by adding default timeouts, caching,
automatic retries, and more.
Installation
To install httpx, run:
go get git.sr.ht/~jamesponddotco/httpx-goContributing
Anyone can help make httpx better. Check out the contribution guidelines for more information.
Resources
The following resources are available:
- Package documentation.
- Support and general discussions.
- Patches and development related questions.
- Instructions on how to prepare patches.
- Feature requests and bug reports.
Released under the MIT License.