Skip to content

Commit

Permalink
doc: clarify http2.connect authority details
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jasnell authored and codebytere committed Feb 27, 2020
1 parent f62967c commit 8516602
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/api/http2.md
Expand Up @@ -2206,7 +2206,11 @@ changes:
128 header pairs.
-->

* `authority` {string|URL}
* `authority` {string|URL} The remote HTTP/2 server to connect to. This must
be in the form of a minimal, valid URL with the `http://` or `https://`
prefix, host name, and IP port (if a non-default port is used). Userinfo
(user ID and password), path, querystring, and fragment details in the
URL will be ignored.
* `options` {Object}
* `maxDeflateDynamicTableSize` {number} Sets the maximum dynamic table size
for deflating header fields. **Default:** `4Kib`.
Expand Down

0 comments on commit 8516602

Please sign in to comment.