Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: add missing extends Http2Session
adds missing extends Http2Session for ClientHttp2Session
and ServerHttp2Session
  • Loading branch information
trivikr committed Aug 21, 2019
commit 8c56f9e4a4b73c1355f187dfabc459cad4c1b61d
4 changes: 4 additions & 0 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ instance's underlying [`net.Socket`].
added: v8.4.0
-->

* Extends: {Http2Session}

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

* Extends: {Http2Session}

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