diff --git a/doc/api/http.md b/doc/api/http.md index 9e526333b664ad..a93fb3d3164796 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1584,6 +1584,15 @@ Removes a header that's queued for implicit sending. response.removeHeader('Content-Encoding'); ``` +### `response.req` + + +* {http.IncomingMessage} + +A reference to the original HTTP `request` object. + ### `response.sendDate` + +* {http2.Http2ServerRequest} + +A reference to the original HTTP2 `request` object. + #### `response.sendDate`