doc: add missing complete property to http2 docs
PR-URL: https://github.com/nodejs/node/pull/29571 Fixes: https://github.com/nodejs/node/issues/28622 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
This commit is contained in:
parent
2f497a67ad
commit
0a0b2b7f5e
@ -2683,6 +2683,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.connection
|
||||
<!-- YAML
|
||||
added: v8.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user