Changeset 1102 for draft-ietf-httpbis
- Timestamp:
- 25/01/11 19:46:00 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.html
r1101 r1102 402 402 <meta name="dct.creator" content="Reschke, J. F."> 403 403 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p3-payload-latest"> 404 <meta name="dct.issued" scheme="ISO8601" content="2011-01- 08">404 <meta name="dct.issued" scheme="ISO8601" content="2011-01-25"> 405 405 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 406 406 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 3 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 3 defines HTTP message content, metadata, and content negotiation."> … … 428 428 </tr> 429 429 <tr> 430 <td class="left">Expires: July 12, 2011</td>430 <td class="left">Expires: July 29, 2011</td> 431 431 <td class="right">J. Mogul</td> 432 432 </tr> … … 485 485 <tr> 486 486 <td class="left"></td> 487 <td class="right">January 8, 2011</td>487 <td class="right">January 25, 2011</td> 488 488 </tr> 489 489 </tbody> … … 511 511 in progress”. 512 512 </p> 513 <p>This Internet-Draft will expire on July 12, 2011.</p>513 <p>This Internet-Draft will expire on July 29, 2011.</p> 514 514 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 515 515 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 857 857 header fields". The following payload header fields are defined by HTTP/1.1: 858 858 </p> 859 <div id="rfc.figure.u.12"></div><pre > <a href="#abnf.dependencies" class="smpl">Content-Length</a> ; <a href="#Part1" id="rfc.xref.Part1.15"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#header.content-length" title="Content-Length">Section 9.2</a>859 <div id="rfc.figure.u.12"></div><pre class="inline"> <a href="#abnf.dependencies" class="smpl">Content-Length</a> ; <a href="#Part1" id="rfc.xref.Part1.15"><cite title="HTTP/1.1, part 1: URIs, Connections, and Message Parsing">[Part1]</cite></a>, <a href="p1-messaging.html#header.content-length" title="Content-Length">Section 9.2</a> 860 860 <a href="#header.content-md5" class="smpl">Content-MD5</a> ; <a href="#header.content-md5" id="rfc.xref.header.content-md5.1" title="Content-MD5">Section 6.8</a> 861 861 <a href="#abnf.dependencies" class="smpl">Content-Range</a> ; <a href="#Part5" id="rfc.xref.Part5.2"><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses">[Part5]</cite></a>, <a href="p5-range.html#header.content-range" title="Content-Range">Section 5.2</a> … … 885 885 </p> 886 886 <p id="rfc.section.4.1.p.2">The following header fields are defined as representation metadata:</p> 887 <div id="rfc.figure.u.13"></div><pre > <a href="#header.content-encoding" class="smpl">Content-Encoding</a> ; <a href="#header.content-encoding" id="rfc.xref.header.content-encoding.2" title="Content-Encoding">Section 6.5</a>887 <div id="rfc.figure.u.13"></div><pre class="inline"> <a href="#header.content-encoding" class="smpl">Content-Encoding</a> ; <a href="#header.content-encoding" id="rfc.xref.header.content-encoding.2" title="Content-Encoding">Section 6.5</a> 888 888 <a href="#header.content-language" class="smpl">Content-Language</a> ; <a href="#header.content-language" id="rfc.xref.header.content-language.1" title="Content-Language">Section 6.6</a> 889 889 <a href="#header.content-location" class="smpl">Content-Location</a> ; <a href="#header.content-location" id="rfc.xref.header.content-location.1" title="Content-Location">Section 6.7</a> -
draft-ietf-httpbis/latest/p3-payload.xml
r1101 r1102 696 696 The following payload header fields are defined by HTTP/1.1: 697 697 </t> 698 <figure><artwork >698 <figure><artwork type="inline"> 699 699 <x:ref>Content-Length</x:ref> ; &header-content-length; 700 700 <x:ref>Content-MD5</x:ref> ; <xref target="header.content-md5"/> … … 750 750 The following header fields are defined as representation metadata: 751 751 </t> 752 <figure><artwork >752 <figure><artwork type="inline"> 753 753 <x:ref>Content-Encoding</x:ref> ; <xref target="header.content-encoding"/> 754 754 <x:ref>Content-Language</x:ref> ; <xref target="header.content-language"/>
Note: See TracChangeset
for help on using the changeset viewer.