We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a12cd6 commit 7fe9d5eCopy full SHA for 7fe9d5e
doc/api/http2.md
@@ -2250,6 +2250,9 @@ changes:
2250
streams for the remote peer as if a `SETTINGS` frame had been received. Will
2251
be overridden if the remote peer sets its own value for
2252
`maxConcurrentStreams`. **Default:** `100`.
2253
+ * `protocol` {string} The protocol to connect with, if not set in the
2254
+ `authority`. Value may be either `'http:'` or `'https:'`. **Default:**
2255
+ `'https:'`
2256
* `settings` {HTTP/2 Settings Object} The initial settings to send to the
2257
remote peer upon connection.
2258
* `createConnection` {Function} An optional callback that receives the `URL`
0 commit comments