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 @@ -575,6 +575,17 @@ If `data` is specified, it is equivalent to calling
575
575
If ` callback ` is specified, it will be called when the request stream
576
576
is finished.
577
577
578
+ ### request.finished
579
+ <!-- YAML
580
+ added: v0.0.1
581
+ -->
582
+
583
+ * {boolean}
584
+
585
+ The ` request.finished ` property will be ` true ` if [ ` request.end() ` ] [ ]
586
+ has been called. ` request.end() ` will automatically be called if the
587
+ request was initiated via [ ` http.get() ` ] [ ] .
588
+
578
589
### request.flushHeaders()
579
590
<!-- YAML
580
591
added: v1.6.0
@@ -2079,6 +2090,7 @@ not abort the request or do anything besides add a `'timeout'` event.
2079
2090
[ `http.ClientRequest` ] : #http_class_http_clientrequest
2080
2091
[ `http.IncomingMessage` ] : #http_class_http_incomingmessage
2081
2092
[ `http.Server` ] : #http_class_http_server
2093
+ [ `http.get()` ] : #http_http_get_options_callback
2082
2094
[ `http.globalAgent` ] : #http_http_globalagent
2083
2095
[ `http.request()` ] : #http_http_request_options_callback
2084
2096
[ `message.headers` ] : #http_message_headers
You can’t perform that action at this time.
0 commit comments