Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add secure middleware
  • Loading branch information
codegangsta committed May 24, 2014
1 parent d10aa6f commit c18469c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ log.Fatal(http.ListenAndServe(":8080", n))

Here is a current list of Negroni compatible middlware. Feel free to put up a PR linking your middleware if you have built one:


| Middleware | Author | Description |
| -----------|--------|-------------|
| [Graceful](https://github.com/stretchr/graceful) | [Tyler Bunnell](https://github.com/tylerb) | Graceful HTTP Shutdown |
| [negroni-secure](https://github.com/unrolled/negroni-secure) | [Cory Jacobsen](https://github.com/unrolled) | Middleware that implements a few quick security wins. |


## Live code reload?
Expand Down

0 comments on commit c18469c

Please sign in to comment.