https://github.com/zimbatm/httputil2
What should really be in golang's net/http/httputil package.
https://github.com/zimbatm/httputil2
Last synced: about 1 year ago
JSON representation
What should really be in golang's net/http/httputil package.
- Host: GitHub
- URL: https://github.com/zimbatm/httputil2
- Owner: zimbatm
- License: isc
- Created: 2013-12-07T18:19:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T09:11:52.000Z (over 2 years ago)
- Last Synced: 2025-05-08T03:15:13.470Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httputil2 [](https://travis-ci.org/zimbatm/httputil2) [](http://godoc.org/github.com/zimbatm/httputil2)
What should really be in golang's net/http/httputil package.
A collection of net/http utilities and middlewares to build your own stack.
Just pick and choose whatever is useful to you!
## Recommended middleware order
From the list of avaiable middlewares, here is the recommended order:
* RequestIDMiddleware (left-most)
* LogMiddleware
* CleanPathMiddleware
* GzipMiddleware
* RecoveryMiddleware
* Application code
## License
All files in this projects are licensed under the ISC. See the LICENSE file
for more details.