Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2723,6 +2723,26 @@ added: v8.4.0

The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`.

#### request.authority
Comment thread
kenigbolo marked this conversation as resolved.
Outdated
<!-- YAML
added: v8.4.0
-->

* {string}

The request authority psuedo header field. It can also be accessed via
Comment thread
kenigbolo marked this conversation as resolved.
Outdated
`req.headers[':authority']`
Comment thread
kenigbolo marked this conversation as resolved.
Outdated

#### request.scheme
<!-- YAML
added: v8.4.0
-->

* {string}

The request scheme psuedo header field indicating the scheme
Comment thread
kenigbolo marked this conversation as resolved.
Outdated
portion of the target URL.

#### request.rawHeaders
<!-- YAML
added: v8.4.0
Expand Down