Skip to content

Commit 0a0b2b7

Browse files
javledsTrott
authored andcommitted
doc: add missing complete property to http2 docs
PR-URL: #29571 Fixes: #28622 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 2f497a6 commit 0a0b2b7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/http2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2683,6 +2683,16 @@ added: v8.4.0
26832683
The request authority pseudo header field. It can also be accessed via
26842684
`req.headers[':authority']`.
26852685

2686+
#### request.complete
2687+
<!-- YAML
2688+
added: v12.10.0
2689+
-->
2690+
2691+
* {boolean}
2692+
2693+
The `request.complete` property will be `true` if the request has
2694+
been completed, aborted, or destroyed.
2695+
26862696
#### request.connection
26872697
<!-- YAML
26882698
added: v8.4.0

0 commit comments

Comments
 (0)