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