mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
Added chain to http middleware list.
This commit is contained in:
parent
7e05515fc3
commit
2c063aeee3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user