补充 h2.md 中 host的解释

This commit is contained in:
ちか 2023-12-28 14:54:05 +08:00 committed by GitHub
parent 08f2e9b9f0
commit 1b6b68535b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,10 @@ HTTP/2 内置多路复用,不建议使用 HTTP/2 时启用 mux.cool。
客户端会随机从列表中选出一个域名进行通信,服务器会验证域名是否在列表中。
::: tip
若不写 `host` 或值留空 `host: []` 时,会使用默认值 `"www.example.com"`,需要两端 `host` 值一致才能连接成功。`host: [""]` 不是值留空。
:::
> `path`: string
HTTP 路径,由 `/` 开头, 客户端和服务器必须一致。