Changeset 2088 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 05/01/13 11:42:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2087 r2088 1387 1387 <h3 id="rfc.section.4.3.1"><a href="#rfc.section.4.3.1">4.3.1</a> <a id="GET" href="#GET">GET</a></h3> 1388 1388 <div id="rfc.iref.g.16"></div> 1389 <p id="rfc.section.4.3.1.p.1">The GET method requests transfer of a current representation of the <a href="#resources" class="smpl">target resource</a>. 1389 <p id="rfc.section.4.3.1.p.1">The GET method requests transfer of a current representation of the <a href="#resources" class="smpl">target resource</a>. GET is the primary mechanism of information retrieval and the focus of almost all performance optimizations. Hence, when 1390 people speak of retrieving some identifiable information via HTTP, they are generally referring to making a GET request. 1390 1391 </p> 1391 1392 <p id="rfc.section.4.3.1.p.2">If the target resource is a data-producing process, the produced data will be sent as the representation, not the source text … … 1566 1567 <p id="rfc.section.4.3.7.p.1">The OPTIONS method requests information about the communication options available on the request/response chain identified 1567 1568 by the effective request URI. This method allows a client to determine the options and/or requirements associated with a resource, 1568 or the capabilities of a server, without implying a resource action or initiating a resource retrieval.1569 or the capabilities of a server, without implying a resource action. 1569 1570 </p> 1570 1571 <p id="rfc.section.4.3.7.p.2">Responses to the OPTIONS method are not cacheable.</p>
Note: See TracChangeset
for help on using the changeset viewer.