@@ -2610,8 +2610,8 @@ In order to create a mixed [HTTPS][] and HTTP/2 server, refer to the
2610
2610
[ ALPN negotiation] [ ] section.
2611
2611
Upgrading from non-tls HTTP/1 servers is not supported.
2612
2612
2613
- The HTTP/2 compatibility API is composed of [ ` Http2ServerRequest ` ] ( ) and
2614
- [ ` Http2ServerResponse ` ] ( ) . They aim at API compatibility with HTTP/1, but
2613
+ The HTTP/2 compatibility API is composed of [ ` Http2ServerRequest ` ] [ ] and
2614
+ [ ` Http2ServerResponse ` ] [ ] . They aim at API compatibility with HTTP/1, but
2615
2615
they do not hide the differences between the protocols. As an example,
2616
2616
the status message for HTTP codes is ignored.
2617
2617
@@ -2830,12 +2830,12 @@ added: v8.4.0
2830
2830
* ` callback ` {Function}
2831
2831
* Returns: {http2.Http2ServerRequest}
2832
2832
2833
- Sets the [ ` Http2Stream ` ] ( ) 's timeout value to ` msecs ` . If a callback is
2833
+ Sets the [ ` Http2Stream ` ] [ ] 's timeout value to ` msecs ` . If a callback is
2834
2834
provided, then it is added as a listener on the ` 'timeout' ` event on
2835
2835
the response object.
2836
2836
2837
2837
If no ` 'timeout' ` listener is added to the request, the response, or
2838
- the server, then [ ` Http2Stream ` ] ( ) s are destroyed when they time out. If a
2838
+ the server, then [ ` Http2Stream ` ] [ ] s are destroyed when they time out. If a
2839
2839
handler is assigned to the request, the response, or the server's ` 'timeout' `
2840
2840
events, timed out sockets must be handled explicitly.
2841
2841
@@ -2964,7 +2964,7 @@ passed as the second parameter to the [`'request'`][] event.
2964
2964
added: v8.4.0
2965
2965
-->
2966
2966
2967
- Indicates that the underlying [ ` Http2Stream ` ] ( ) was terminated before
2967
+ Indicates that the underlying [ ` Http2Stream ` ] [ ] was terminated before
2968
2968
[ ` response.end() ` ] [ ] was called or able to flush.
2969
2969
2970
2970
#### Event: 'finish'
@@ -3192,12 +3192,12 @@ added: v8.4.0
3192
3192
* ` callback ` {Function}
3193
3193
* Returns: {http2.Http2ServerResponse}
3194
3194
3195
- Sets the [ ` Http2Stream ` ] ( ) 's timeout value to ` msecs ` . If a callback is
3195
+ Sets the [ ` Http2Stream ` ] [ ] 's timeout value to ` msecs ` . If a callback is
3196
3196
provided, then it is added as a listener on the ` 'timeout' ` event on
3197
3197
the response object.
3198
3198
3199
3199
If no ` 'timeout' ` listener is added to the request, the response, or
3200
- the server, then [ ` Http2Stream ` ] ( ) s are destroyed when they time out. If a
3200
+ the server, then [ ` Http2Stream ` ] [ ] s are destroyed when they time out. If a
3201
3201
handler is assigned to the request, the response, or the server's ` 'timeout' `
3202
3202
events, timed out sockets must be handled explicitly.
3203
3203
@@ -3490,6 +3490,7 @@ following additional properties:
3490
3490
[ `ClientHttp2Stream` ] : #http2_class_clienthttp2stream
3491
3491
[ `Duplex` ] : stream.html#stream_class_stream_duplex
3492
3492
[ `Http2ServerRequest` ] : #http2_class_http2_http2serverrequest
3493
+ [ `Http2ServerResponse` ] : #class-http2http2serverresponse
3493
3494
[ `Http2Session` and Sockets ] : #http2_http2session_and_sockets
3494
3495
[ `Http2Stream` ] : #http2_class_http2stream
3495
3496
[ `ServerHttp2Stream` ] : #http2_class_serverhttp2stream
0 commit comments