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
- For a small change, just send a PR.
- For bigger changes open an issue for discussion before sending a PR.
- PR should have:
- Test case
- Documentation
- Example (If it makes sense)
- You can also contribute by:
- Reporting issues
- Suggesting new features or enhancements
- Improve/fix documentation
For all changes, please update the CHANGELOG.txt file by replacing the existant content.
Thank you 🙏 👍
Made with contrib.rocks.
Licence
MIT