From e9b0889fd1d2b68f9de26e7a8c81dc1c43a16460 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Tue, 27 Feb 2018 06:07:58 +0200 Subject: [PATCH] Add client-timing (#1828) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf731d12..930881a8 100644 --- a/README.md +++ b/README.md @@ -1475,6 +1475,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis #### 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. * [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.