diff --git a/doc/api/http.md b/doc/api/http.md index 8b99ba5256735a..d47e0ae8c0f4be 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -410,6 +410,14 @@ added: v0.3.8 Marks the request as aborting. Calling this will cause remaining data 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. + ### request.end([data][, encoding][, callback])