Skip to content

Commit

Permalink
doc: add missing complete property to http2 docs
Browse files Browse the repository at this point in the history
PR-URL: #29571
Fixes: #28622
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
javleds authored and BridgeAR committed Sep 25, 2019
1 parent 7eae707 commit 38028ef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2708,6 +2708,16 @@ added: v8.4.0
The request authority pseudo header field. It can also be accessed via
`req.headers[':authority']`.

#### request.complete
<!-- YAML
added: v12.10.0
-->

* {boolean}

The `request.complete` property will be `true` if the request has
been completed, aborted, or destroyed.

#### request.destroy([error])
<!-- YAML
added: v8.4.0
Expand Down

0 comments on commit 38028ef

Please sign in to comment.