From 871e5abf953f9c282a6b64bc0a89633ed620f2b7 Mon Sep 17 00:00:00 2001 From: Daved Date: Tue, 22 Sep 2015 10:20:38 -0700 Subject: [PATCH] Added catena to http middleware list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bc442fd..590e5c11 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. +* [catena](https://github.com/codemodus/catena) - http.Handler wrapper catenation (same API as "chain"). * [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