mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add mediary a middleware for http.Client (#3140)
Co-authored-by: Tal Gendler <tal.gendler@here.com>
This commit is contained in:
parent
f4879e6f79
commit
364f16b86e
@ -2107,6 +2107,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [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.
|
||||||
* [gores](https://github.com/alioygur/gores) - Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs.
|
* [gores](https://github.com/alioygur/gores) - Go package that handles HTML, JSON, XML and etc. responses. Useful for RESTful APIs.
|
||||||
* [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang.
|
* [interpose](https://github.com/carbocation/interpose) - Minimalist net/http middleware for golang.
|
||||||
|
* [mediary](https://github.com/HereMobilityDevelopers/mediary) - add interceptors to `http.Client` to allow dumping/shaping/tracing/... of requests/responses.
|
||||||
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.
|
* [muxchain](https://github.com/stephens2424/muxchain) - Lightweight middleware for net/http.
|
||||||
* [negroni](https://github.com/urfave/negroni) - Idiomatic HTTP middleware for Golang.
|
* [negroni](https://github.com/urfave/negroni) - Idiomatic HTTP middleware for Golang.
|
||||||
* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.
|
* [render](https://github.com/unrolled/render) - Go package for easily rendering JSON, XML, and HTML template responses.
|
||||||
|
Loading…
Reference in New Issue
Block a user