diff --git a/doc/api/http.md b/doc/api/http.md index 8d858ba8248334..d4987e13494471 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -744,6 +744,27 @@ added: v0.4.0 * {string} The request path. +### `request.method` + + +* {string} The request method. + +### `request.host` + + +* {string} The request host. + +### `request.protocol` + + +* {string} The request protocol. + ### `request.removeHeader(name)`