Changeset 2088 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 05/01/13 11:42:34 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r2087 r2088 1236 1236 <t> 1237 1237 The GET method requests transfer of a current representation of 1238 the <x:ref>target resource</x:ref>. 1238 the <x:ref>target resource</x:ref>. GET is the primary mechanism of 1239 information retrieval and the focus of almost all performance 1240 optimizations. Hence, when people speak of retrieving some identifiable 1241 information via HTTP, they are generally referring to making a GET request. 1239 1242 </t> 1240 1243 <t> … … 1624 1627 identified by the effective request URI. This method allows a client to 1625 1628 determine the options and/or requirements associated with a resource, 1626 or the capabilities of a server, without implying a resource action 1627 or initiating a resource retrieval. 1629 or the capabilities of a server, without implying a resource action. 1628 1630 </t> 1629 1631 <t>
Note: See TracChangeset
for help on using the changeset viewer.