1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-09-14 01:09:51 +03:00
parent fd5a2a7c58
commit 7113165cb8
3 changed files with 34 additions and 11 deletions

View File

@@ -805,9 +805,9 @@ type Configuration struct {
//
// Defaults to an empty slice but an example usage is:
// RemoteAddrHeaders {
// "X-Real-Ip",
// "X-Forwarded-For",
// "CF-Connecting-IP",
// "X-Real-Ip",
// "X-Forwarded-For",
// "CF-Connecting-IP",
// }
//
// Look `context.RemoteAddr()` for more.