From 4a53478e616c5c43183227ba2a1e9f16665df361 Mon Sep 17 00:00:00 2001 From: Javier Ledezma Date: Mon, 16 Sep 2019 11:02:23 -0500 Subject: [PATCH 1/2] doc: add missing complete property placed in alphabetical order --- doc/api/http2.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/api/http2.md b/doc/api/http2.md index 6a9f0c8300aabb..eac326ec0b14e8 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