From 55ebdb522b97b2b44af37280d72cb5eb629f747e Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Mon, 5 May 2014 08:44:00 -0700 Subject: [PATCH] docs --- docs/api/request.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/request.md b/docs/api/request.md index a4508ca..f23ad9f 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -57,10 +57,11 @@ ### req.host - Get host(hostname:port) when present. Supports `X-Forwarded-Host` + Get host (hostname:port) when present. Supports `X-Forwarded-Host` when `app.proxy` is __true__, otherwise `Host` is used. ### req.hostname + Get hostname when present. Supports `X-Forwarded-Host` when `app.proxy` is __true__, otherwise `Host` is used.