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:
Javier Ledezma 2019-09-16 11:02:23 -05:00 committed by Rich Trott
parent 2f497a67ad
commit 0a0b2b7f5e

View File

@ -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