From 2c063aeee3691ae3e9dbfcb23d121408daf0ae21 Mon Sep 17 00:00:00 2001 From: Daved Date: Tue, 22 Sep 2015 10:10:06 -0700 Subject: [PATCH] Added chain to http middleware list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 006042bf..3bc442fd 100644 --- a/README.md +++ b/README.md @@ -861,6 +861,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis #### Libraries for creating HTTP middlewares * [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go. +* [chain](https://github.com/codemodus/chain) - Handler wrapper chaining with scoped data (net/context-based "middleware"). * [go-wrap](https://github.com/go-on/wrap) - Small middlewares package for net/http. * [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang * [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.