Update 1.4.2_http_basic.md (#31)

fix typo
This commit is contained in:
707
2020-10-31 17:33:08 +08:00
committed by GitHub
parent a23876bc7f
commit c1961d5b41

View File

@ -115,7 +115,7 @@ HTTP 支持许多不同的消息头,一些有着特殊作用,而另一些则
| Host | 指定所请求的完整 URL 中的主机名称 | 请求 |
| Origin | 跨域请求中的请求域 | 请求 |
| Referer | 指定提出当前请求的原始 URL | 请求 |
| User-Agent | 提供浏览器或者客户端软件的有关信息 | 请求 |
| User-Agent | 提供浏览器或者客户端软件的有关信息 | 请求 |
| Cache-Control | 向浏览器发送缓存指令 | 响应 |
| Location | 重定向响应 | 响应 |
| Server | 提供所使用的服务器软件信息 | 响应 |