Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casualjim/middlewares
https://github.com/casualjim/middlewares
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/casualjim/middlewares
- Owner: casualjim
- License: mit
- Created: 2016-04-21T20:42:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T19:55:25.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T19:43:38.534Z (about 1 month ago)
- Language: Go
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Audit: audit.go
Awesome Lists containing this project
README
# Middlewares
Some common middlewares I use in multiple projects
Contains:
* Gzip: gzips responses
* Audit: go-metric capturing with yammer metrics compatible output
* Healthchecks: go-metrics healthchecks with yammer metrics compatible output
* Profiling: use pprof
* Recovery: handle panics