You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,10 +57,10 @@ import Node.HTTP2.Server as Server
57
57
-- |
58
58
-- | Waits until the listening socket is open and then returns the `Http2Server`.
59
59
-- |
60
-
-- | The first `OptionsObject` is the `createServer` options.
60
+
-- | The first `Options` is the `createServer` options.
61
61
-- | See [`http2.createServer([options][, onRequestHandler])`](https://nodejs.org/docs/latest/api/http2.html#http2createserveroptions-onrequesthandler)
62
62
-- |
63
-
-- | The second `OptionsObject` is the `listen` options.
63
+
-- | The second `Options` is the `listen` options.
64
64
-- | See [`server.listen(options[, callback])`](https://nodejs.org/docs/latest/api/net.html#serverlistenoptions-callback)
65
65
-- |
66
66
-- | For each new client connection and request, the handler function will
@@ -69,8 +69,8 @@ import Node.HTTP2.Server as Server
69
69
-- | For errors raised by the listening socket, there is an error handling
70
70
-- | function which will also be invoked by `forkAff`.
0 commit comments