diff --git a/doc/api/http2.md b/doc/api/http2.md index 8ddf3b989df905..e07d773affd32a 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2708,6 +2708,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.destroy([error])