@@ -2585,8 +2585,8 @@ In order to create a mixed [HTTPS][] and HTTP/2 server, refer to the
2585
2585
[ ALPN negotiation] [ ] section.
2586
2586
Upgrading from non-tls HTTP/1 servers is not supported.
2587
2587
2588
- The HTTP/2 compatibility API is composed of [ ` Http2ServerRequest ` ] ( ) and
2589
- [ ` Http2ServerResponse ` ] ( ) . They aim at API compatibility with HTTP/1, but
2588
+ The HTTP/2 compatibility API is composed of [ ` Http2ServerRequest ` ] [ ] and
2589
+ [ ` Http2ServerResponse ` ] [ ] . They aim at API compatibility with HTTP/1, but
2590
2590
they do not hide the differences between the protocols. As an example,
2591
2591
the status message for HTTP codes is ignored.
2592
2592
@@ -2817,12 +2817,12 @@ added: v8.4.0
2817
2817
* ` callback ` {Function}
2818
2818
* Returns: {http2.Http2ServerRequest}
2819
2819
2820
- Sets the [ ` Http2Stream ` ] ( ) 's timeout value to ` msecs ` . If a callback is
2820
+ Sets the [ ` Http2Stream ` ] [ ] 's timeout value to ` msecs ` . If a callback is
2821
2821
provided, then it is added as a listener on the ` 'timeout' ` event on
2822
2822
the response object.
2823
2823
2824
2824
If no ` 'timeout' ` listener is added to the request, the response, or
2825
- the server, then [ ` Http2Stream ` ] ( ) s are destroyed when they time out. If a
2825
+ the server, then [ ` Http2Stream ` ] [ ] s are destroyed when they time out. If a
2826
2826
handler is assigned to the request, the response, or the server's ` 'timeout' `
2827
2827
events, timed out sockets must be handled explicitly.
2828
2828
@@ -2951,7 +2951,7 @@ passed as the second parameter to the [`'request'`][] event.
2951
2951
added: v8.4.0
2952
2952
-->
2953
2953
2954
- Indicates that the underlying [ ` Http2Stream ` ] ( ) was terminated before
2954
+ Indicates that the underlying [ ` Http2Stream ` ] [ ] was terminated before
2955
2955
[ ` response.end() ` ] [ ] was called or able to flush.
2956
2956
2957
2957
#### Event: 'finish'
@@ -3182,12 +3182,12 @@ added: v8.4.0
3182
3182
* ` callback ` {Function}
3183
3183
* Returns: {http2.Http2ServerResponse}
3184
3184
3185
- Sets the [ ` Http2Stream ` ] ( ) 's timeout value to ` msecs ` . If a callback is
3185
+ Sets the [ ` Http2Stream ` ] [ ] 's timeout value to ` msecs ` . If a callback is
3186
3186
provided, then it is added as a listener on the ` 'timeout' ` event on
3187
3187
the response object.
3188
3188
3189
3189
If no ` 'timeout' ` listener is added to the request, the response, or
3190
- the server, then [ ` Http2Stream ` ] ( ) s are destroyed when they time out. If a
3190
+ the server, then [ ` Http2Stream ` ] [ ] s are destroyed when they time out. If a
3191
3191
handler is assigned to the request, the response, or the server's ` 'timeout' `
3192
3192
events, timed out sockets must be handled explicitly.
3193
3193
@@ -3478,6 +3478,7 @@ following additional properties:
3478
3478
[ `ClientHttp2Stream` ] : #http2_class_clienthttp2stream
3479
3479
[ `Duplex` ] : stream.html#stream_class_stream_duplex
3480
3480
[ `Http2ServerRequest` ] : #http2_class_http2_http2serverrequest
3481
+ [ `Http2ServerResponse` ] : #class-http2http2serverresponse
3481
3482
[ `Http2Session` and Sockets ] : #http2_http2session_and_sockets
3482
3483
[ `Http2Stream` ] : #http2_class_http2stream
3483
3484
[ `ServerHttp2Stream` ] : #http2_class_serverhttp2stream
0 commit comments