diff --git a/doc/api/http.md b/doc/api/http.md index f50199dfaf9d9c..ded10c3b9c5823 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