golang-github-codegangsta-negroni-dev

Idiomatic http middleware for golang
  https://github.com/codegangsta/negroni
  0
  no reviews



Negroni is an idiomatic approach to web middleware in go. it is tiny, non-intrusive, and encourages use of net/http handlers.

negroni is not a framework. it is a library that is designed to work directly with net/http.