From 1b04b591e79a94ac96ecafa41013d70620dacc53 Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Tue, 27 Feb 2018 00:52:01 +0200 Subject: [PATCH] Add go-server-timing (#1827) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e0771675..cf731d12 100644 --- a/README.md +++ b/README.md @@ -1477,6 +1477,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [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. * [Limiter](https://github.com/ulule/limiter) - Dead simple rate limit middleware for Go. * [Tollbooth](https://github.com/didip/tollbooth) - Rate limit HTTP request handler. * [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends.