File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -569,6 +569,17 @@ If `data` is specified, it is equivalent to calling
569
569
If ` callback ` is specified, it will be called when the request stream
570
570
is finished.
571
571
572
+ ### request.finished
573
+ <!-- YAML
574
+ added: v0.0.1
575
+ -->
576
+
577
+ * {boolean}
578
+
579
+ The ` request.finished ` property will be ` true ` if [ ` request.end() ` ] [ ]
580
+ has been called. ` request.end() ` will automatically be called if the
581
+ request was initiated via [ ` http.get() ` ] [ ] .
582
+
572
583
### request.flushHeaders()
573
584
<!-- YAML
574
585
added: v1.6.0
@@ -2106,6 +2117,7 @@ not abort the request or do anything besides add a `'timeout'` event.
2106
2117
[ `http.ClientRequest` ] : #http_class_http_clientrequest
2107
2118
[ `http.IncomingMessage` ] : #http_class_http_incomingmessage
2108
2119
[ `http.Server` ] : #http_class_http_server
2120
+ [ `http.get()` ] : #http_http_get_options_callback
2109
2121
[ `http.globalAgent` ] : #http_http_globalagent
2110
2122
[ `http.request()` ] : #http_http_request_options_callback
2111
2123
[ `message.headers` ] : #http_message_headers
You can’t perform that action at this time.
0 commit comments