diff --git a/doc/api/http.md b/doc/api/http.md index 9e2bb1a606269b..a388c56f8b0805 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -751,6 +751,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)`