From 910cec137c3fee1cf29099cd63c7dffb2aae35f2 Mon Sep 17 00:00:00 2001 From: Nick Stogner Date: Fri, 8 Apr 2016 14:54:50 -0400 Subject: [PATCH] Add httpware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2387488..6221caf 100644 --- a/README.md +++ b/README.md @@ -1075,6 +1075,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [gores](https://github.com/alioygur/gores) - Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs. +* [httpware](https://github.com/nstogner/httpware) - Stackable middleware (using net/context) with easy chaining. * [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang. * [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http. * [negroni](https://github.com/codegangsta/negroni) - Idiomatic HTTP middleware for Golang.