Changeset 2059 for draft-ietf-httpbis
- Timestamp:
- 27/12/12 22:17:14 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2058 r2059 2562 2562 can be separately identified, bookmarked, and cached independent of the original request. 2563 2563 </p> 2564 <p id="rfc.section.6.4.4.p.3">A 303 response to a GET request indicates that the <a href="#resources" class="smpl">target resource</a> resourcedoes not have a representation of its own that can be transferred by the server over HTTP. The <a href="#header.location" class="smpl">Location</a> URI identifies a resource that is descriptive of the target resource, such that the follow-on representation might be useful2564 <p id="rfc.section.6.4.4.p.3">A 303 response to a GET request indicates that the <a href="#resources" class="smpl">target resource</a> does not have a representation of its own that can be transferred by the server over HTTP. The <a href="#header.location" class="smpl">Location</a> URI identifies a resource that is descriptive of the target resource, such that the follow-on representation might be useful 2565 2565 to recipients without implying that it adequately represents the target resource. Note that answers to the questions of what 2566 2566 can be represented, what representations are adequate, and what might be a useful description are outside the scope of HTTP -
draft-ietf-httpbis/latest/p2-semantics.xml
r2058 r2059 3024 3024 <t> 3025 3025 A 303 response to a GET request indicates that the 3026 <x:ref>target resource</x:ref> resourcedoes not have a representation of3026 <x:ref>target resource</x:ref> does not have a representation of 3027 3027 its own that can be transferred by the server over HTTP. 3028 3028 The <x:ref>Location</x:ref> URI identifies a resource that is descriptive
Note: See TracChangeset
for help on using the changeset viewer.