1
0
Fork 0

graceful shutdown using manners

This commit is contained in:
emile 2015-09-26 00:20:45 +02:00
parent 9edd4874ac
commit 6d06f1a862
3 changed files with 49 additions and 45 deletions

View file

@ -32,7 +32,7 @@ It supports several backends ([Docker :whale:](https://www.docker.com/), [Mesos/
* [Oxy](https://github.com/mailgun/oxy/): an awsome proxy library made by Mailgun guys
* [Gorilla mux](https://github.com/gorilla/mux): famous request router
* [Negroni](https://github.com/codegangsta/negroni): web middlewares made simple
* [Graceful](https://github.com/tylerb/graceful): graceful shutdown of http.Handler servers
* [Manners](https://github.com/mailgun/manners): graceful shutdown of http.Handler servers
# Quick start