Skip to content

Commit 8516602

Browse files
jasnellcodebytere
authored andcommittedFeb 27, 2020
doc: clarify http2.connect authority details
Fixes: #31827 PR-URL: #31828 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Signed-off-by: James M Snell <jasnell@gmail.com>
1 parent f62967c commit 8516602

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎doc/api/http2.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,11 @@ changes:
22062206
128 header pairs.
22072207
-->
22082208

2209-
* `authority` {string|URL}
2209+
* `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.
22102214
* `options` {Object}
22112215
* `maxDeflateDynamicTableSize` {number} Sets the maximum dynamic table size
22122216
for deflating header fields. **Default:** `4Kib`.

0 commit comments

Comments
 (0)
Please sign in to comment.