mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added catena to http middleware list.
This commit is contained in:
parent
2c063aeee3
commit
871e5abf95
@ -861,6 +861,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
#### Libraries for creating HTTP middlewares
|
#### Libraries for creating HTTP middlewares
|
||||||
|
|
||||||
* [alice](https://github.com/justinas/alice) - Painless middleware chaining for Go.
|
* [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").
|
* [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.
|
* [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
|
* [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang
|
||||||
|
Loading…
Reference in New Issue
Block a user