File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1627,6 +1627,7 @@ added: v8.4.0
1627
1627
* ` createConnection ` {Function} An optional callback that receives the ` URL `
1628
1628
instance passed to ` connect ` and the ` options ` object, and returns any
1629
1629
[ ` Duplex ` ] [ ] stream that is to be used as the connection for this session.
1630
+ * ...: Any [ ` net.connect() ` ] [ ] or [ ` tls.connect() ` ] [ ] options can be provided.
1630
1631
* ` listener ` {Function}
1631
1632
* Returns {Http2Session}
1632
1633
@@ -2746,6 +2747,7 @@ if the stream is closed.
2746
2747
[ `http2.createServer()` ] : #http2_http2_createserver_options_onrequesthandler
2747
2748
[ `http2stream.pushStream()` ] : #http2_http2stream_pushstream_headers_options_callback
2748
2749
[ `net.Socket` ] : net.html#net_class_net_socket
2750
+ [ `net.connect()` ] : net.html#net_net_connect
2749
2751
[ `request.socket.getPeerCertificate()` ] : tls.html#tls_tlssocket_getpeercertificate_detailed
2750
2752
[ `response.end()` ] : #http2_response_end_data_encoding_callback
2751
2753
[ `response.setHeader()` ] : #http2_response_setheader_name_value
@@ -2755,5 +2757,6 @@ if the stream is closed.
2755
2757
[ `response.writeContinue()` ] : #http2_response_writecontinue
2756
2758
[ `response.writeHead()` ] : #http2_response_writehead_statuscode_statusmessage_headers
2757
2759
[ `tls.TLSSocket` ] : tls.html#tls_class_tls_tlssocket
2760
+ [ `tls.connect()` ] : tls.html#tls_tls_connect_options_callback
2758
2761
[ `tls.createServer()` ] : tls.html#tls_tls_createserver_options_secureconnectionlistener
2759
2762
[ error code ] : #error_codes
You can’t perform that action at this time.
0 commit comments