1
0
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:
Vishal Rana 2016-08-17 20:39:52 -07:00
parent 7065c3c839
commit 0d9c817371

View File

@ -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.