Skip to content

Commit

Permalink
readme hash link fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisstocuz committed Nov 23, 2021
1 parent 61a6247 commit 6deb70c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6deb70c

Please sign in to comment.