From 43a8c12028115bd6bb2f479e13ab7e99aaa3eaa2 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Tue, 7 Jan 2014 17:21:43 -0800 Subject: [PATCH] docs for req.host= --- docs/api/request.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api/request.md b/docs/api/request.md index 9e43f63..a4ba03a 100644 --- a/docs/api/request.md +++ b/docs/api/request.md @@ -62,9 +62,7 @@ ### req.host= - Set host to a new value. It sets the `Host` header under the hood and will - behave correctly with req.subdomains. - This can be useful for a `hostOverride()` middleware + Set the `Host` header field to a new value. ### req.type