Changeset 1683 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 21/06/12 12:52:32 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1682 r1683 1378 1378 <iref primary="true" item="Status Codes" subitem="201 Created" x:for-anchor=""/> 1379 1379 <t> 1380 The request has been fulfilled and has resulted in a new resource being1381 created.1382 </t> 1383 <t> 1384 The newly created resource istypically linked to from the response payload,1380 The request has been fulfilled and has resulted in one or more new resources 1381 being created. 1382 </t> 1383 <t> 1384 Newly created resources are typically linked to from the response payload, 1385 1385 with the most relevant URI also being carried in the Location header field. 1386 1386 If the newly created resource's URI is the same as the Effective Request URI, … … 1389 1389 </t> 1390 1390 <t> 1391 The origin server &MUST; create the resource before returning the 201 status1391 The origin server &MUST; create the resource(s) before returning the 201 status 1392 1392 code. If the action cannot be carried out immediately, the server &SHOULD; 1393 1393 respond with 202 (Accepted) response instead. … … 1396 1396 A 201 response &MAY; contain an ETag response header field indicating 1397 1397 the current value of the entity-tag for the representation of the resource 1398 just created (see &header-etag;). 1398 identified by the Location header field or, in case the Location header 1399 field was omitted, by the Effective Request URI (see &header-etag;). 1399 1400 </t> 1400 1401 </section> … … 6777 6778 "ABNF requirements for recipients" 6778 6779 </t> 6780 <t> 6781 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/347"/>: 6782 "clarify that 201 can imply *multiple* resources were created" 6783 </t> 6779 6784 </list> 6780 6785 </t>
Note: See TracChangeset
for help on using the changeset viewer.