Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: clarify http2.connect authority details
Fixes: #31827
  • Loading branch information
jasnell committed Feb 17, 2020
commit 96cdd47fd970c0a0bca049d4a47898e8751cac73
5 changes: 4 additions & 1 deletion doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,10 @@ changes:
128 header pairs.
-->

* `authority` {string|URL}
* `authority` {string|URL} The remote HTTP/2 server to connect to. This must

This comment was marked as resolved.

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.
Comment thread
jasnell marked this conversation as resolved.
Outdated
* `options` {Object}
* `maxDeflateDynamicTableSize` {number} Sets the maximum dynamic table size
for deflating header fields. **Default:** `4Kib`.
Expand Down