Changeset 333 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 05/11/08 10:13:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r331 r333 477 477 <tr> 478 478 <td class="header left"></td> 479 <td class="header right">November 1, 2008</td>479 <td class="header right">November 5, 2008</td> 480 480 </tr> 481 481 </table> … … 992 992 the resource with that URI. If a new resource is created at the Request-URI, the origin server <em class="bcp14">MUST</em> inform the user agent via the 201 (Created) response. If an existing resource is modified, either the 200 (OK) or 204 (No 993 993 Content) response codes <em class="bcp14">SHOULD</em> be sent to indicate successful completion of the request. If the resource could not be created or modified with the Request-URI, 994 an appropriate error response <em class="bcp14">SHOULD</em> be given that reflects the nature of the problem. The recipient of the entity <em class="bcp14">MUST NOT</em> ignore any Content-* (e.g. Content-Range) headersthat it does not understand or implement and <em class="bcp14">MUST</em> return a 501 (Not Implemented) response in such cases.994 an appropriate error response <em class="bcp14">SHOULD</em> be given that reflects the nature of the problem. The recipient of the entity <em class="bcp14">MUST NOT</em> ignore any Content-* headers (headers starting with the prefix 'Content-') that it does not understand or implement and <em class="bcp14">MUST</em> return a 501 (Not Implemented) response in such cases. 995 995 </p> 996 996 <p id="rfc.section.8.6.p.2">If the request passes through a cache and the Request-URI identifies one or more currently cached entities, those entries <em class="bcp14">SHOULD</em> be treated as stale. Responses to this method are not cacheable. … … 2311 2311 <p id="rfc.section.B.6.p.1">Closed issues: </p> 2312 2312 <ul> 2313 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/103">http://tools.ietf.org/wg/httpbis/trac/ticket/103</a>>: "Content-*" 2314 </li> 2313 2315 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/132">http://tools.ietf.org/wg/httpbis/trac/ticket/132</a>>: "RFC 2822 is updated by RFC 5322" 2314 2316 </li>
Note: See TracChangeset
for help on using the changeset viewer.