summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 9a0b559534..a893cda97e 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -136,6 +136,9 @@ listener does not expect any arguments.
added: v8.4.0
-->
+* `session` {Http2Session}
+* `socket` {net.Socket}
+
The `'connect'` event is emitted once the `Http2Session` has been successfully
connected to the remote peer and communication may begin.