Negroni —— Martini框架作者的另一个作品
网站:http://negroni.codegangsta.io
Github:http://github.com/codegangsta/negroni
DOC:http://godoc.org/github.com/codegangsta/negroni
诞生的原因:http://codegangsta.io/blog/2014/05/19/my-thoughts-on-martini
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, but you think it contains too much magic, then Negroni is a great fit.
共 0 个回复