HTTP

http package provides tooling around http in Go configured for production usage
Install
$> go get github.com/gofast-pkg/http@latest
Usage
import github.com/gofast-pkg/http
func main() {
client := http.NewClient()
// do something with your net/http client
}
Contributing
❕ Use issues for everything
Read more informations with the CONTRIBUTING_GUIDE
For all changes, please update the CHANGELOG.txt file by replacing the existant content.
Thank you 🙏 👍
Made with contrib.rocks.
Licence
MIT