diff --git a/doc/api/http.md b/doc/api/http.md index c3e2d016608aed..93390c9b35fa63 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -754,6 +754,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)`