Browse Source

doc: document clientRequest.aborted

Add documentation for http clientRequest.aborted.

PR-URL: https://github.com/nodejs/node/pull/11544
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v7.x
Zach Bjornson 8 years ago
committed by Italo A. Casas
parent
commit
3b66ccf0ff
No known key found for this signature in database GPG Key ID: 23EFEFE93C4CFFFE
  1. 8
      doc/api/http.md

8
doc/api/http.md

@ -450,6 +450,14 @@ added: v0.3.8
Marks the request as aborting. Calling this will cause remaining data Marks the request as aborting. Calling this will cause remaining data
in the response to be dropped and the socket to be destroyed. in the response to be dropped and the socket to be destroyed.
### request.aborted
<!-- YAML
added: v0.11.14
-->
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]) ### request.end([data][, encoding][, callback])
<!-- YAML <!-- YAML
added: v0.1.90 added: v0.1.90

Loading…
Cancel
Save