diff --git a/doc/api/http2.md b/doc/api/http2.md index 6a9f0c8300aabb..494a7d8212f79e 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