Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8516602

Browse filesBrowse files
jasnellcodebytere
authored andcommitted
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
Copy full SHA for 8516602

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+5-1Lines changed: 5 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.