https://github.com/kare/httpx
Extensions for Go's net/http package
https://github.com/kare/httpx
go handler http middleware
Last synced: 3 months ago
JSON representation
Extensions for Go's net/http package
- Host: GitHub
- URL: https://github.com/kare/httpx
- Owner: kare
- License: bsd-3-clause
- Created: 2017-12-16T17:15:39.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-11-18T12:08:51.000Z (5 months ago)
- Last Synced: 2025-11-18T15:38:22.034Z (5 months ago)
- Topics: go, handler, http, middleware
- Language: Go
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTTPx
[](https://github.com/kare/httpx/actions/workflows/ci.yaml)
[](https://pkg.go.dev/kkn.fi/httpx)
[](https://goreportcard.com/report/kkn.fi/httpx)
Extensions for Go's net/http package.
## Installation
go get -u kkn.fi/httpx
## Examples
See [GoDoc](https://pkg.go.dev/kkn.fi/httpx) for examples.
## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
See [LICENSE](LICENSE) for details.