We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12de99d commit 30d85d7Copy full SHA for 30d85d7
doc/api/http.md
@@ -450,6 +450,14 @@ added: v0.3.8
450
Marks the request as aborting. Calling this will cause remaining data
451
in the response to be dropped and the socket to be destroyed.
452
453
+### request.aborted
454
+<!-- YAML
455
+added: v0.11.14
456
+-->
457
+
458
+If a request has been aborted, this value is the time when the request was
459
+aborted, in milliseconds since 1 January 1970 00:00:00 UTC.
460
461
### request.end([data][, encoding][, callback])
462
<!-- YAML
463
added: v0.1.90
0 commit comments