https://github.com/akagi201/middleware
A collection of net/http middlewares in Go.
https://github.com/akagi201/middleware
golang http http-handler http-middleware jwt log logging middleware
Last synced: 3 months ago
JSON representation
A collection of net/http middlewares in Go.
- Host: GitHub
- URL: https://github.com/akagi201/middleware
- Owner: Akagi201
- License: mit
- Created: 2016-09-18T03:59:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T08:56:45.000Z (over 7 years ago)
- Last Synced: 2025-01-08T23:25:46.612Z (5 months ago)
- Topics: golang, http, http-handler, http-middleware, jwt, log, logging, middleware
- Language: Go
- Homepage: https://godoc.org/github.com/Akagi201/middleware
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# middleware
[](https://travis-ci.org/Akagi201/middleware)
[](https://coveralls.io/github/Akagi201/middleware?branch=master)
[](https://goreportcard.com/report/github.com/Akagi201/middleware)
[](https://godoc.org/github.com/Akagi201/middleware)A collection of net/http middlewares in Go.
It is designed to be fully compatible with http standard library, easy to customize and reuse.
## Middlewares
* [pressly/lg](https://github.com/pressly/lg): logrus.
* [vulcand/oxy](https://github.com/vulcand/oxy): proxy utils.
* [rs/cors](https://github.com/rs/cors): cors.
* [didip/tollbooth](https://github.com/didip/tollbooth): rate limit
* [sebest/xff](https://github.com/sebest/xff): handle X-Forwarded-For
* [rs/formjson](https://github.com/rs/formjson): transparently manage posted JSON
* [daaku/go.httpgzip](https://github.com/daaku/go.httpgzip): http gzip## Middlewares management / framework
* light:
* alice:
* catena:
* chain:
* gohttp:
* go-swagger:
* negroni:
* chi:
* [interpose](https://github.com/carbocation/interpose): a minimalist net/http middleware framework