[ 原始碼: golang-github-urfave-negroni ]
套件:golang-github-urfave-negroni-dev(0.2.0-3)
golang-github-urfave-negroni-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-urfave-negroni:
- [golang-github-urfave-negroni_0.2.0-3.dsc]
- [golang-github-urfave-negroni_0.2.0.orig.tar.gz]
- [golang-github-urfave-negroni_0.2.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-gin-contrib-gzip-dev
- golang-github-gorilla-csrf-dev
- golang-github-gin-gonic-gin-dev
- golang-github-deanthompson-ginpprof-dev
- golang-github-mcuadros-go-gin-prometheus-dev
- golang-github-mostynb-go-grpc-compression-dev
- golang-github-nytimes-gziphandler-dev
- golang-github-matryer-try-dev
- golang-github-go-macaron-binding-dev
- golang-github-shurcool-httpgzip-dev
- golang-goji-dev
Idiomatic HTTP Middleware for Golang
Negroni is an idiomatic approach to web middleware in Go. It is tiny, non-intrusive, and encourages use of net/http Handlers.
If you like the idea of Martini (https://github.com/go-martini/martini), but you think it contains too much magic, then Negroni is a great fit.
This is the library formerly known as github.com/codegangsta/negroni (Github will automatically redirect requests to it).