Changeset 1516 for draft-ietf-httpbis/latest
- Timestamp:
- 26/01/12 17:19:29 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1515 r1516 1684 1684 <p id="rfc.section.7.2.2.p.1">The request has been fulfilled and has resulted in a new resource being created. The newly created resource can be referenced 1685 1685 by the URI(s) returned in the payload of the response, with the most specific URI for the resource given by a Location header 1686 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 choose1687 the one most appropriate.1686 field. The response can include a payload containing a list of resource characteristics and location(s) from which the user 1687 or user agent can choose the one most appropriate. 1688 1688 </p> 1689 1689 <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. -
draft-ietf-httpbis/latest/p2-semantics.xml
r1515 r1516 1514 1514 returned in the payload of the response, with the most specific URI 1515 1515 for the resource given by a Location header field. The response 1516 &SHOULD;include a payload containing a list of resource1516 can include a payload containing a list of resource 1517 1517 characteristics and location(s) from which the user or user agent can 1518 1518 choose the one most appropriate.
Note: See TracChangeset
for help on using the changeset viewer.