From 6deb70c16c505ca6fe9b113e6810b2bbe0e72eda Mon Sep 17 00:00:00 2001 From: Notealot <714804968@qq.com> Date: Tue, 23 Nov 2021 10:45:35 +0800 Subject: [PATCH] readme hash link fix test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cad746d6..444db3bc 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi - [http2 server push](#http2-server-push) - [Define format for the log of routes](#define-format-for-the-log-of-routes) - [Set and get a cookie](#set-and-get-a-cookie) - - [Don't trust all proxies](#don't-trust-all-proxies) + - [Don't trust all proxies](#don't-trust-all-proxies) - [Testing](#testing) - [Users](#users) @@ -2197,7 +2197,7 @@ func main() { } ``` -## Don't trust all proxies +## Don't trust all proxies Gin lets you specify which headers to hold the real client IP (if any), as well as specifying which proxies (or direct clients) you trust to