Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szuecs/contrib
Collection of middlewares created by the community
https://github.com/szuecs/contrib
Last synced: 3 months ago
JSON representation
Collection of middlewares created by the community
- Host: GitHub
- URL: https://github.com/szuecs/contrib
- Owner: szuecs
- Fork: true (gin-gonic/contrib)
- Created: 2015-03-26T21:33:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T12:02:54.000Z (over 9 years ago)
- Last Synced: 2023-04-13T13:26:06.723Z (over 1 year ago)
- Language: Go
- Homepage: https://gin-gonic.github.io/gin/
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gin-gonic/contrib [![Build Status](https://travis-ci.org/gin-gonic/contrib.svg)](https://travis-ci.org/gin-gonic/contrib)
=======
Here you'll find middleware ready to use with [Gin Framework](https://github.com/gin-gonic/gin). Submit your pull request, either with the package in a folder, or by adding a link to this `README.md`.If adding a package directly, don't forget to create a `README.md` inside with author name.
If adding a link to your own repository, please follow this example:```
+ nameOfMiddleware (https://github.com/yourusername/yourrepo)
```Each author is responsible of maintaining his own code, although if you submit as a package, you allow the community to fix it. You can also submit a pull request to fix an existing package.
======
## List of external middleware+ [staticbin](https://github.com/olebedev/staticbin) - middleware/handler for serving static files from binary data