We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6822ab commit 0a1e7dfCopy full SHA for 0a1e7df
doc/api/http2.md
@@ -2257,6 +2257,9 @@ changes:
2257
* `selectPadding` {Function} When `options.paddingStrategy` is equal to
2258
`http2.constants.PADDING_STRATEGY_CALLBACK`, provides the callback function
2259
used to determine the padding. See [Using `options.selectPadding()`][].
2260
+ * `protocol` {string} The protocol to connect with, if not set in the
2261
+ `authority`. Value may be either `'http:'` or `'https:'`. **Default:**
2262
+ `'https:'`
2263
* `settings` {HTTP/2 Settings Object} The initial settings to send to the
2264
remote peer upon connection.
2265
* `createConnection` {Function} An optional callback that receives the `URL`
0 commit comments