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 @@ -569,6 +569,17 @@ If `data` is specified, it is equivalent to calling
569569If ` callback ` is specified, it will be called when the request stream
570570is finished.
571571
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+
572583### request.flushHeaders()
573584<!-- YAML
574585added: v1.6.0
@@ -2106,6 +2117,7 @@ not abort the request or do anything besides add a `'timeout'` event.
21062117[ `http.ClientRequest` ] : #http_class_http_clientrequest
21072118[ `http.IncomingMessage` ] : #http_class_http_incomingmessage
21082119[ `http.Server` ] : #http_class_http_server
2120+ [ `http.get()` ] : #http_http_get_options_callback
21092121[ `http.globalAgent` ] : #http_http_globalagent
21102122[ `http.request()` ] : #http_http_request_options_callback
21112123[ `message.headers` ] : #http_message_headers
You can’t perform that action at this time.
0 commit comments