mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 20:51:21 +08:00
docs(http-status-code): md '_' conversion error (#7) 13492fe556
This commit is contained in:
@ -91,8 +91,8 @@
|
||||
</div></div></div><div class="wrap"><div class="wrap-header h3wrap"><h3 id="3xx-重定向"><a aria-hidden="true" tabindex="-1" href="#3xx-重定向"><span class="icon icon-link"></span></a>3xx. 重定向</h3><div class="wrap-body">
|
||||
<ul>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7231#section-6.4.1">300: Multiple Choices</a> <em>一个链接列表。 用户可以选择一个链接并转到该位置。 最多五个地址</em><!--rehype:tooltips--></li>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7231#section-6.4.2">301: Moved Permanently</a> _请求的页面已移至新的 url _<!--rehype:tooltips--></li>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7231#section-6.4.3">302: Found</a> _请求的页面已临时移动到新的 url _<!--rehype:tooltips--></li>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7231#section-6.4.2">301: Moved Permanently</a> <em>请求的页面已移至新的 url</em><!--rehype:tooltips--></li>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7231#section-6.4.3">302: Found</a> <em>请求的页面已临时移动到新的 url</em><!--rehype:tooltips--></li>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7231#section-6.4.4">303: See Other</a> <em>请求的页面可以在不同的 url 下找到</em><!--rehype:tooltips--></li>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7232#section-4.1">304: Not Modified</a> <em>这是对 If-Modified-Since 或 If-None-Match 标头的响应代码,其中 URL 自指定日期以来未修改</em><!--rehype:tooltips--></li>
|
||||
<li><a href="https://tools.ietf.org/html/rfc7231#section-6.4.5">305: Use Proxy</a> <em>请求的 URL 必须通过 Location 标头中提到的代理访问</em><!--rehype:tooltips--></li>
|
||||
|
Reference in New Issue
Block a user