@@ -2576,25 +2576,37 @@ given newly created [`Http2Stream`] on `Http2ServerRespose`.
2576
2576
The callback will be called with an error with code ` ERR_HTTP2_STREAM_CLOSED `
2577
2577
if the stream is closed.
2578
2578
2579
- [ HTTP/2 ] : https://tools.ietf.org/html/rfc7540
2579
+ [ ALPN negotiation ] : #http2_alpn_negotiation
2580
+ [ Compatibility API ] : #http2_compatibility_api
2580
2581
[ HTTP/1 ] : http.html
2582
+ [ HTTP/2 ] : https://tools.ietf.org/html/rfc7540
2581
2583
[ HTTPS ] : https.html
2582
- [ `net.Socket` ] : net.html
2583
- [ `tls.TLSSocket` ] : tls.html
2584
- [ `tls.createServer()` ] : tls.html#tls_tls_createserver_options_secureconnectionlistener
2585
- [ `ClientHttp2Stream` ] : #http2_class_clienthttp2stream
2586
- [ Compatibility API ] : #http2_compatibility_api
2587
- [ ALPN negotiation ] : #http2_alpn_negotiation
2588
- [ `Duplex` ] : stream.html#stream_class_stream_duplex
2589
2584
[ Headers Object ] : #http2_headers_object
2590
- [ `Http2Stream` ] : #http2_class_http2stream
2591
2585
[ Http2Session and Sockets ] : #http2_http2sesion_and_sockets
2592
- [ `ServerHttp2Stream` ] : #http2_class_serverhttp2stream
2586
+ [ Readable Stream ] : stream.html#stream_class_stream_readable
2593
2587
[ Settings Object ] : #http2_settings_object
2594
2588
[ Using options.selectPadding ] : #http2_using_options_selectpadding
2595
- [ error code ] : #error_codes
2596
- [ `'unknownProtocol'` ] : #http2_event_unknownprotocol
2589
+ [ Writable Stream ] : stream.html#stream_writable_streams
2597
2590
[ `'request'` ] : #http2_event_request
2598
- [ Readable Stream ] : stream.html#stream_class_stream_readable
2591
+ [ `'unknownProtocol'` ] : #http2_event_unknownprotocol
2592
+ [ `ClientHttp2Stream` ] : #http2_class_clienthttp2stream
2593
+ [ `Duplex` ] : stream.html#stream_class_stream_duplex
2594
+ [ `EventEmitter` ] : events.html#events_class_eventemitter
2595
+ [ `Http2Stream` ] : #http2_class_http2stream
2596
+ [ `ServerHttp2Stream` ] : #http2_class_serverhttp2stream
2599
2597
[ `ServerRequest` ] : #http2_class_server_request
2598
+ [ `TypeError` ] : errors.html#errors_class_typeerror
2599
+ [ `http2.SecureServer` ] : #http2_class_http2secureserver
2600
+ [ `http2.Server` ] : #http2_class_http2server
2601
+ [ `net.Socket` ] : net.html#net_class_net_socket
2602
+ [ `request.socket.getPeerCertificate()` ] : tls.html#tls_tlssocket_getpeercertificate_detailed
2603
+ [ `response.end()` ] : #http2_response_end_data_encoding_callback
2604
+ [ `response.setHeader()` ] : #http2_response_setheader_name_value
2605
+ [ `response.socket` ] : #http2_response_socket
2606
+ [ `response.write()` ] : #http2_response_write_chunk_encoding_callback
2607
+ [ `response.write(data, encoding)` ] : http.html#http_response_write_chunk_encoding_callback
2608
+ [ `response.writeHead()` ] : #http2_response_writehead_statuscode_statusmessage_headers
2600
2609
[ `stream.pushStream()` ] : #http2_stream-pushstream
2610
+ [ `tls.TLSSocket` ] : tls.html#tls_class_tls_tlssocket
2611
+ [ `tls.createServer()` ] : tls.html#tls_tls_createserver_options_secureconnectionlistener
2612
+ [ error code ] : #error_codes
0 commit comments