https://github.com/kevinburke/handlers
Useful HTTP middlewares
https://github.com/kevinburke/handlers
golang http middleware router
Last synced: 10 months ago
JSON representation
Useful HTTP middlewares
- Host: GitHub
- URL: https://github.com/kevinburke/handlers
- Owner: kevinburke
- License: other
- Created: 2016-06-18T23:43:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-18T18:15:43.000Z (12 months ago)
- Last Synced: 2025-07-18T23:13:36.048Z (12 months ago)
- Topics: golang, http, middleware, router
- Language: Go
- Homepage: https://godoc.org/github.com/kevinburke/handlers
- Size: 531 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
This project contains middlewares that I often found myself reimplementing
in new projects. In addition, it includes a middleware that logs in a format
similar to Heroku's, but which includes the request's user agent, and only a
single proxy IP address.
See the [godoc](https://godoc.org/github.com/kevinburke/handlers) for more
information and documentation.
## Versions
`handlers` requires Go 1.8 or newer. Version 0.30 is the last version that works
with versions older than Go 1.8.
## Donating
Donations free up time to make improvements to the library, and respond to
bug reports. You can send donations via Paypal's "Send Money" feature to
kev@inburke.com. Donations are not tax deductible in the USA.