diff --git a/doc/api/http2.md b/doc/api/http2.md index c5a2382a479f6a..4c241268b047f9 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2654,6 +2654,16 @@ added: v10.1.0 The `request.aborted` property will be `true` if the request has been aborted. +#### request.authority + + +* {string} + +The request authority pseudo header field. It can also be accessed via +`req.headers[':authority']`. + #### request.destroy([error]) + +* {string} + +The request scheme pseudo header field indicating the scheme +portion of the target URL. + #### request.setTimeout(msecs, callback)