We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent f62967c commit 8516602Copy full SHA for 8516602
doc/api/http2.md
@@ -2206,7 +2206,11 @@ changes:
2206
128 header pairs.
2207
-->
2208
2209
-* `authority` {string|URL}
+* `authority` {string|URL} The remote HTTP/2 server to connect to. This must
2210
+ be in the form of a minimal, valid URL with the `http://` or `https://`
2211
+ prefix, host name, and IP port (if a non-default port is used). Userinfo
2212
+ (user ID and password), path, querystring, and fragment details in the
2213
+ URL will be ignored.
2214
* `options` {Object}
2215
* `maxDeflateDynamicTableSize` {number} Sets the maximum dynamic table size
2216
for deflating header fields. **Default:** `4Kib`.
0 commit comments