File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 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
575575If ` callback ` is specified, it will be called when the request stream
576576is finished.
577577
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+
578589### request.flushHeaders()
579590<!-- YAML
580591added: v1.6.0
@@ -2079,6 +2090,7 @@ not abort the request or do anything besides add a `'timeout'` event.
20792090[ `http.ClientRequest` ] : #http_class_http_clientrequest
20802091[ `http.IncomingMessage` ] : #http_class_http_incomingmessage
20812092[ `http.Server` ] : #http_class_http_server
2093+ [ `http.get()` ] : #http_http_get_options_callback
20822094[ `http.globalAgent` ] : #http_http_globalagent
20832095[ `http.request()` ] : #http_http_request_options_callback
20842096[ `message.headers` ] : #http_message_headers
You can’t perform that action at this time.
0 commit comments