Changeset 1288 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 25/05/11 08:22:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1283 r1288 1334 1334 <list style="hanging"> 1335 1335 <t hangText="GET"> 1336 1336 a representation of the target resource is sent in the response; 1337 1337 </t> 1338 1338 <t hangText="HEAD"> 1339 1339 the same representation as GET, except without the message-body; 1340 1340 </t> 1341 1341 <t hangText="POST"> … … 1443 1443 and apply any new or updated metadata in the response to the active 1444 1444 representation. 1445 </t> 1446 <t> 1445 1447 For example, a 204 status code is commonly used with document editing 1446 1448 interfaces corresponding to a "save" action, such that the document … … 1770 1772 The server understood the request, but is refusing to fulfill it. 1771 1773 Authorization will not help and the request &SHOULD-NOT; be repeated. 1774 </t> 1775 <t> 1772 1776 If the request method was not HEAD and the server wishes to make 1773 1777 public why the request has not been fulfilled, it &SHOULD; describe the … … 1798 1802 <t> 1799 1803 The method specified in the Request-Line is not allowed for the target 1800 resource. The response &MUST; include an 1801 Allow header field containing a list of valid methods for the requested 1802 resource. 1804 resource. The response &MUST; include an Allow header field containing a 1805 list of valid methods for the requested resource. 1803 1806 </t> 1804 1807 </section>
Note: See TracChangeset
for help on using the changeset viewer.