From 7f1e23651d775ff02068a925930c2f2e84bf3fde Mon Sep 17 00:00:00 2001 From: Nick Stogner Date: Sat, 19 Nov 2016 14:50:06 -0500 Subject: [PATCH] Remove httpware (no longer relevant after go 1.7) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cba0f441..cc0ac3ad 100644 --- a/README.md +++ b/README.md @@ -1193,7 +1193,6 @@ 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.