Changeset 241 for draft-ietf-httpbis/latest
- Timestamp:
- 10/04/08 19:12:19 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r240 r241 447 447 <tr> 448 448 <td class="header left"></td> 449 <td class="header right">April 9, 2008</td>449 <td class="header right">April 10, 2008</td> 450 450 </tr> 451 451 </table> … … 921 921 <div id="rfc.iref.m.5"></div> 922 922 <h2 id="rfc.section.8.6"><a href="#rfc.section.8.6">8.6</a> <a id="PUT" href="#PUT">PUT</a></h2> 923 <p id="rfc.section.8.6.p.1">The PUT method requests that the enclosed entity be stored under the supplied Request-URI. If the Request-URI refers to an924 alreadyexisting resource, the enclosed entity <em class="bcp14">SHOULD</em> be considered as a modified version of the one residing on the origin server. If the Request-URI does not point to an existing923 <p id="rfc.section.8.6.p.1">The PUT method requests that the enclosed entity be stored at the supplied Request-URI. If the Request-URI refers to an already 924 existing resource, the enclosed entity <em class="bcp14">SHOULD</em> be considered as a modified version of the one residing on the origin server. If the Request-URI does not point to an existing 925 925 resource, and that URI is capable of being defined as a new resource by the requesting user agent, the origin server can create 926 926 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 … … 1780 1780 </li> 1781 1781 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/105">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/105</a>>: "Classification for Allow header" 1782 </li> 1783 <li> <<a href="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/112">http://www3.tools.ietf.org/wg/httpbis/trac/ticket/112</a>>: "PUT - 'store under' vs 'store at'" 1782 1784 </li> 1783 1785 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r240 r241 827 827 <iref primary="true" item="Methods" subitem="PUT" x:for-anchor=""/> 828 828 <t> 829 The PUT method requests that the enclosed entity be stored underthe829 The PUT method requests that the enclosed entity be stored at the 830 830 supplied Request-URI. If the Request-URI refers to an already 831 831 existing resource, the enclosed entity &SHOULD; be considered as a … … 2776 2776 "Classification for Allow header" 2777 2777 </t> 2778 <t> 2779 <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/112"/>: 2780 "PUT - 'store under' vs 'store at'" 2781 </t> 2778 2782 </list> 2779 2783 </t>
Note: See TracChangeset
for help on using the changeset viewer.