From 0a0b2b7f5e35108844982a5ecb6fd2c83ddbc3c7 Mon Sep 17 00:00:00 2001 From: Javier Ledezma Date: Mon, 16 Sep 2019 11:02:23 -0500 Subject: [PATCH] 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 Reviewed-By: Rich Trott --- doc/api/http2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/api/http2.md b/doc/api/http2.md index 6a9f0c8300a..494a7d8212f 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 + + +* {boolean} + +The `request.complete` property will be `true` if the request has +been completed, aborted, or destroyed. + #### request.connection