Add client-timing (#1828)

This commit is contained in:
Eyal Posener 2018-02-27 06:07:58 +02:00 committed by Bo-Yi Wu
parent 1b04b591e7
commit e9b0889fd1

View File

@ -1475,6 +1475,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
#### Actual middlewares #### Actual middlewares
* [client-timing](https://github.com/posener/client-timing) - An HTTP client for Server-Timing header.
* [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API. * [CORS](https://github.com/rs/cors) - Easily add CORS capabilities to your API.
* [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST. * [formjson](https://github.com/rs/formjson) - Transparently handle JSON input as a standard form POST.
* [go-server-timing](https://github.com/mitchellh/go-server-timing) - Add/parse Server-Timing header. * [go-server-timing](https://github.com/mitchellh/go-server-timing) - Add/parse Server-Timing header.