summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJavier Ledezma <juls0593@gmail.com>2019-09-16 11:02:23 -0500
committerRich Trott <rtrott@gmail.com>2019-09-17 19:57:44 -0700
commit0a0b2b7f5e35108844982a5ecb6fd2c83ddbc3c7 (patch)
tree35463250a404114013c95cc5b7024c2f377ef140 /doc
parent2f497a67ad8797e89944d484b2e156fc1d6652f3 (diff)
downloadandroid-node-v8-0a0b2b7f5e35108844982a5ecb6fd2c83ddbc3c7.tar.gz
android-node-v8-0a0b2b7f5e35108844982a5ecb6fd2c83ddbc3c7.tar.bz2
android-node-v8-0a0b2b7f5e35108844982a5ecb6fd2c83ddbc3c7.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 6a9f0c8300..494a7d8212 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -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