Changeset 1732 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- 06/07/12 06:32:41 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r1728 r1732 2620 2620 and representation because some messages contain only the associated 2621 2621 representation's header fields (e.g., responses to HEAD) or only some 2622 part(s) of the representation (e.g., the 206 status code). 2622 part(s) of the representation (e.g., the <x:ref>206 (Partial Content)</x:ref> 2623 status code). 2623 2624 </t> 2624 2625 <section title="Payload Header Fields" anchor="payload.header.fields"> … … 2705 2706 <t>If the response status code is 200 or 203 and the request method was GET, 2706 2707 the response payload is a representation of the target resource.</t> 2707 <t>If the response status code is 204, 206, or 304 and the request method was GET2708 <t>If the response status code is 204, <x:ref>206</x:ref>, or 304 and the request method was GET 2708 2709 or HEAD, the response payload is a partial representation of the target 2709 2710 resource.</t> … … 4662 4663 </front> 4663 4664 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/> 4664 <x:source href="p5-range.xml" basename="p5-range"/> 4665 <x:source href="p5-range.xml" basename="p5-range"> 4666 <x:defines>206</x:defines> 4667 <x:defines>206 (Partial Content)</x:defines> 4668 </x:source> 4665 4669 </reference> 4666 4670
Note: See TracChangeset
for help on using the changeset viewer.