diff --git a/doc/api/http.md b/doc/api/http.md index 0672c242c3f962..8f2c531713b4f5 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -529,10 +529,16 @@ in the response to be dropped and the socket to be destroyed. ### request.aborted -If a request has been aborted, this value is the time when the request was -aborted, in milliseconds since 1 January 1970 00:00:00 UTC. +* {boolean} + +The `request.aborted` property will be `true` if the request has +been aborted. ### request.connection