Changeset 1787 for draft-ietf-httpbis/latest
- Timestamp:
- Jul 15, 2012, 2:39:48 AM (7 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1786 r1787 745 745 <ul class="empty"> 746 746 <li>RFC xxx1: URIs, Connections, and Message Parsing</li> 747 <li><cite title="HTTP/1.1, part 2: Message Semantics, Payload and Content Negotiation" id="rfc.xref.Part2.1">RFC xxx2</cite>: Core Semantics748 </li> 749 <li><cite title="HTTP/1.1, part 4: Conditional Requests" id="rfc.xref.Part4.1">RFC xxx 4</cite>: Conditional Requests750 </li> 751 <li><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses" id="rfc.xref.Part5.1">RFC xxx 5</cite>: Range Requests752 </li> 753 <li><cite title="HTTP/1.1, part 6: Caching" id="rfc.xref.Part6.1">RFC xxx 6</cite>: Caching754 </li> 755 <li><cite title="HTTP/1.1, part 7: Authentication" id="rfc.xref.Part7.1">RFC xxx 7</cite>: Authentication756 </li> 757 </ul> 758 <p id="rfc.section.1.p.2">This HTTP/1 ,1 specification obsoletes and moves to historic status <cite title="Hypertext Transfer Protocol -- HTTP/1.1" id="rfc.xref.RFC2616.1">RFC 2616</cite>, its predecessor <cite title="Hypertext Transfer Protocol -- HTTP/1.1" id="rfc.xref.RFC2068.1">RFC 2068</cite>, <cite title="Use and Interpretation of HTTP Version Numbers" id="rfc.xref.RFC2145.1">RFC 2145</cite> (on HTTP versioning), and <cite title="Upgrading to TLS Within HTTP/1.1" id="rfc.xref.RFC2817.1">RFC 2817</cite> (on using CONNECT for TLS upgrades).747 <li><cite title="HTTP/1.1, part 2: Message Semantics, Payload and Content Negotiation" id="rfc.xref.Part2.1">RFC xxx2</cite>: Message Semantics, Payload and Content Negotiation 748 </li> 749 <li><cite title="HTTP/1.1, part 4: Conditional Requests" id="rfc.xref.Part4.1">RFC xxx3</cite>: Conditional Requests 750 </li> 751 <li><cite title="HTTP/1.1, part 5: Range Requests and Partial Responses" id="rfc.xref.Part5.1">RFC xxx4</cite>: Range Requests and Partial Responses 752 </li> 753 <li><cite title="HTTP/1.1, part 6: Caching" id="rfc.xref.Part6.1">RFC xxx5</cite>: Caching 754 </li> 755 <li><cite title="HTTP/1.1, part 7: Authentication" id="rfc.xref.Part7.1">RFC xxx6</cite>: Authentication 756 </li> 757 </ul> 758 <p id="rfc.section.1.p.2">This HTTP/1.1 specification obsoletes and moves to historic status <cite title="Hypertext Transfer Protocol -- HTTP/1.1" id="rfc.xref.RFC2616.1">RFC 2616</cite>, its predecessor <cite title="Hypertext Transfer Protocol -- HTTP/1.1" id="rfc.xref.RFC2068.1">RFC 2068</cite>, <cite title="Use and Interpretation of HTTP Version Numbers" id="rfc.xref.RFC2145.1">RFC 2145</cite> (on HTTP versioning), and <cite title="Upgrading to TLS Within HTTP/1.1" id="rfc.xref.RFC2817.1">RFC 2817</cite> (on using CONNECT for TLS upgrades). 759 759 </p> 760 760 <p id="rfc.section.1.p.3">HTTP is a generic interface protocol for information systems. It is designed to hide the details of how a service is implemented -
draft-ietf-httpbis/latest/p1-messaging.xml
r1785 r1787 163 163 <list style="empty"> 164 164 <t>RFC xxx1: URIs, Connections, and Message Parsing</t> 165 <t><xref target="Part2" x:fmt="none">RFC xxx2</xref>: Core Semantics</t>166 <t><xref target="Part4" x:fmt="none">RFC xxx 4</xref>: Conditional Requests</t>167 <t><xref target="Part5" x:fmt="none">RFC xxx 5</xref>: Range Requests</t>168 <t><xref target="Part6" x:fmt="none">RFC xxx 6</xref>: Caching</t>169 <t><xref target="Part7" x:fmt="none">RFC xxx 7</xref>: Authentication</t>165 <t><xref target="Part2" x:fmt="none">RFC xxx2</xref>: Message Semantics, Payload and Content Negotiation</t> 166 <t><xref target="Part4" x:fmt="none">RFC xxx3</xref>: Conditional Requests</t> 167 <t><xref target="Part5" x:fmt="none">RFC xxx4</xref>: Range Requests and Partial Responses</t> 168 <t><xref target="Part6" x:fmt="none">RFC xxx5</xref>: Caching</t> 169 <t><xref target="Part7" x:fmt="none">RFC xxx6</xref>: Authentication</t> 170 170 </list> 171 171 </t> 172 172 <t> 173 This HTTP/1 ,1 specification obsoletes and moves to historic status173 This HTTP/1.1 specification obsoletes and moves to historic status 174 174 <xref target="RFC2616" x:fmt="none">RFC 2616</xref>, its predecessor 175 175 <xref target="RFC2068" x:fmt="none">RFC 2068</xref>,
Note: See TracChangeset
for help on using the changeset viewer.