Skip to content

Commit

Permalink
doc: add missing extends Http2Session
Browse files Browse the repository at this point in the history
Adds missing extends Http2Session for ClientHttp2Session
and ServerHttp2Session.

PR-URL: #29252
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
trivikr authored and BridgeAR committed Sep 3, 2019
1 parent 1d649e3 commit 6a4f156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api/http2.md
Expand Up @@ -620,6 +620,8 @@ instance's underlying [`net.Socket`].
added: v8.4.0 added: v8.4.0
--> -->


* Extends: {Http2Session}

#### serverhttp2session.altsvc(alt, originOrStream) #### serverhttp2session.altsvc(alt, originOrStream)
<!-- YAML <!-- YAML
added: v9.4.0 added: v9.4.0
Expand Down Expand Up @@ -742,6 +744,8 @@ server.on('stream', (stream) => {
added: v8.4.0 added: v8.4.0
--> -->


* Extends: {Http2Session}

#### Event: 'altsvc' #### Event: 'altsvc'
<!-- YAML <!-- YAML
added: v9.4.0 added: v9.4.0
Expand Down

0 comments on commit 6a4f156

Please sign in to comment.