?
This document uses PHP Chinese website manual Release
Allow
支持標(biāo)題列出資源集合的方法。
如果服務(wù)器響應(yīng)405
Method Not Allowed
狀態(tài)碼來指示可以使用哪種請求方法,則必須發(fā)送此標(biāo)頭。例如,空白Allow
標(biāo)題表示該資源不允許任何請求方法,例如可能暫時針對給定資源發(fā)生。
Header type | Entity header |
---|---|
Forbidden header name | no |
Allow: <http-methods>
<http-methods> 允許的 HTTP 請求方法的列表。
Allow: GET, POST, HEAD
Specification | Title |
---|---|
RFC 7231, section 7.4.1: Allow | Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content |