-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zh-cn: Format /web/http using Prettier
- Loading branch information
1 parent
881e54e
commit 1f37dee
Showing
124 changed files
with
538 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,18 +50,18 @@ urn:ietf:rfc:7230 | |
- ![Protocol]([email protected]) | ||
- : `http://`告诉浏览器使用何种协议。对于大部分 Web 资源,通常使用 HTTP 协议或其安全版本,HTTPS 协议。另外,浏览器也知道如何处理其他协议。例如, `mailto:` 协议指示浏览器打开邮件客户端;`ftp:`协议指示浏览器处理文件传输。常见的方案有: | ||
|
||
| 方案 | 描述 | | ||
| ----------- | --------------------------------------------------------------------- | | ||
| data | [Data URIs](/zh-CN/docs/Web/HTTP/data_URIs) | | ||
| file | 指定主机上文件的名称 | | ||
| ftp | [文件传输协议](/zh-CN/docs/Glossary/FTP) | | ||
| 方案 | 描述 | | ||
| ----------- | ------------------------------------------------------------------ | | ||
| data | [Data URIs](/zh-CN/docs/Web/HTTP/data_URIs) | | ||
| file | 指定主机上文件的名称 | | ||
| ftp | [文件传输协议](/zh-CN/docs/Glossary/FTP) | | ||
| http/https | [超文本传输 协议/安全的超文本传输协议](/zh-CN/docs/Glossary/HTTP) | | ||
| mailto | 电子邮件地址 | | ||
| ssh | 安全 shell | | ||
| tel | 电话 | | ||
| urn | 统一资源名称 | | ||
| view-source | 资源的源代码 | | ||
| ws/wss | (加密的)[WebSocket](/zh-CN/docs/WebSockets) 连接 | | ||
| mailto | 电子邮件地址 | | ||
| ssh | 安全 shell | | ||
| tel | 电话 | | ||
| urn | 统一资源名称 | | ||
| view-source | 资源的源代码 | | ||
| ws/wss | (加密的)[WebSocket](/zh-CN/docs/WebSockets) 连接 | | ||
|
||
### 主机 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.