Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinburke/handlers
Useful HTTP middlewares
https://github.com/kevinburke/handlers
golang http middleware router
Last synced: 3 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T22:10:05.000Z (about 1 year ago)
- Last Synced: 2024-06-19T15:12:57.160Z (7 months ago)
- Topics: golang, http, middleware, router
- Language: Go
- Homepage: https://godoc.org/github.com/kevinburke/handlers
- Size: 558 KB
- Stars: 19
- Watchers: 3
- 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
[email protected]. Donations are not tax deductible in the USA.