mirror of
https://github.com/labstack/echo.git
synced 2024-12-24 20:14:31 +02:00
Fixed godoc for RealIP funtion
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
parent
7065c3c839
commit
0d9c817371
@ -68,7 +68,8 @@ type (
|
||||
// RemoteAddress returns the client's network address.
|
||||
RemoteAddress() string
|
||||
|
||||
// RealIP returns the client's network ip address.
|
||||
// RealIP returns the client's network address based on `X-Forwarded-For`
|
||||
// or `X-Real-IP` request header.
|
||||
RealIP() string
|
||||
|
||||
// Method returns the request's HTTP function.
|
||||
|
Loading…
Reference in New Issue
Block a user