Changeset 1510 for draft-ietf-httpbis/latest
- Timestamp:
- 24/01/12 18:48:50 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1509 r1510 1682 1682 by the URI(s) returned in the payload of the response, with the most specific URI for the resource given by a Location header 1683 1683 field. The response <em class="bcp14">SHOULD</em> include a payload containing a list of resource characteristics and location(s) from which the user or user agent can choose 1684 the one most appropriate. The payload format is specified by the media type given in the Content-Type header field. The origin 1685 server <em class="bcp14">MUST</em> create the resource before returning the 201 status code. If the action cannot be carried out immediately, the server <em class="bcp14">SHOULD</em> respond with 202 (Accepted) response instead. 1686 </p> 1687 <p id="rfc.section.7.2.2.p.2">A 201 response <em class="bcp14">MAY</em> contain an ETag response header field indicating the current value of the entity-tag for the representation of the resource 1684 the one most appropriate. The payload format is specified by the media type given in the Content-Type header field. 1685 </p> 1686 <p id="rfc.section.7.2.2.p.2">The origin server <em class="bcp14">MUST</em> create the resource before returning the 201 status code. If the action cannot be carried out immediately, the server <em class="bcp14">SHOULD</em> respond with 202 (Accepted) response instead. 1687 </p> 1688 <p id="rfc.section.7.2.2.p.3">A 201 response <em class="bcp14">MAY</em> contain an ETag response header field indicating the current value of the entity-tag for the representation of the resource 1688 1689 just created (see <a href="p4-conditional.html#header.etag" title="ETag">Section 2.3</a> of <a href="#Part4" id="rfc.xref.Part4.9"><cite title="HTTP/1.1, part 4: Conditional Requests">[Part4]</cite></a>). 1689 1690 </p> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1509 r1510 1512 1512 characteristics and location(s) from which the user or user agent can 1513 1513 choose the one most appropriate. The payload format is specified by 1514 the media type given in the Content-Type header field. The origin 1515 server &MUST; create the resource before returning the 201 status code. 1516 If the action cannot be carried out immediately, the server &SHOULD; 1514 the media type given in the Content-Type header field. 1515 </t> 1516 <t> 1517 The origin server &MUST; create the resource before returning the 201 status 1518 code. If the action cannot be carried out immediately, the server &SHOULD; 1517 1519 respond with 202 (Accepted) response instead. 1518 1520 </t>
Note: See TracChangeset
for help on using the changeset viewer.