~jamesponddotco/httpx-go

Alternative HTTP client for Go with timeouts, caching, automatic retries, and more.
Add module status to README file
Fix WriteJSON function
Fix initClient logic

refs

trunk
browse  log 

clone

read-only
https://git.sr.ht/~jamesponddotco/httpx-go
read/write
git@git.sr.ht:~jamesponddotco/httpx-go

You can also use your local clone with git send-email.

#httpx

Go Documentation Go Report Card

#Status

No longer maintained. This was never a good module to begin with, but the good parts have been improved upon and moved to xstd.

#Archive

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-go

#Contributing

Anyone can help make httpx better. Check out the contribution guidelines for more information.

#Resources

The following resources are available:


Released under the MIT License.