diff --git a/doc/api/http.md b/doc/api/http.md index 0588d7f408f194..0f095f579e341e 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -553,6 +553,15 @@ changes: The `request.aborted` property will be `true` if the request has been aborted. +### request.closed + + +* {boolean} + +The `request.closed` property indicates whether the request has been closed. + ### request.connection + +* {boolean} + +The `response.closed` property indicates whether the response has been closed. + ### response.connection