Changeset 150
- Timestamp:
- 05/01/08 11:01:50 (14 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r148 r150 362 362 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 363 363 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-01"> 364 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2068">365 364 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 366 365 <meta name="DC.Description.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 1 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 1 provides an overview of HTTP and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the generic message syntax and parsing requirements for HTTP message frames, and describes general security concerns for implementations."> … … 384 383 </tr> 385 384 <tr> 386 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2068">2068</a>, 387 <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 385 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 388 386 </td> 389 387 <td class="header right">One Laptop per Child</td> -
draft-ietf-httpbis/latest/p1-messaging.xml
r148 r150 47 47 <?rfc-ext allow-markup-in-artwork="yes" ?> 48 48 <?rfc-ext include-references-in-index="yes" ?> 49 <rfc obsoletes="2 068, 2616" category="std"49 <rfc obsoletes="2616" category="std" 50 50 ipr="full3978" docName="draft-ietf-httpbis-p1-messaging-&ID-VERSION;" 51 51 xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit"> -
draft-ietf-httpbis/latest/p2-semantics.html
r149 r150 361 361 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 362 362 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-01"> 363 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2068">364 363 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 365 364 <meta name="DC.Description.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 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request-header fields, response status codes, and response-header fields."> … … 383 382 </tr> 384 383 <tr> 385 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2068">2068</a>, 386 <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 384 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 387 385 </td> 388 386 <td class="header right">One Laptop per Child</td> -
draft-ietf-httpbis/latest/p2-semantics.xml
r149 r150 67 67 <?rfc-ext allow-markup-in-artwork="yes" ?> 68 68 <?rfc-ext include-references-in-index="yes" ?> 69 <rfc obsoletes="2 068, 2616" category="std"69 <rfc obsoletes="2616" category="std" 70 70 ipr="full3978" docName="draft-ietf-httpbis-p2-semantics-&ID-VERSION;" 71 71 xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit"> -
draft-ietf-httpbis/latest/p3-payload.html
r148 r150 358 358 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p3-payload-latest"> 359 359 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-01"> 360 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2068">361 360 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 362 361 <meta name="DC.Description.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."> … … 380 379 </tr> 381 380 <tr> 382 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2068">2068</a>, 383 <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 381 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 384 382 </td> 385 383 <td class="header right">One Laptop per Child</td> -
draft-ietf-httpbis/latest/p3-payload.xml
r148 r150 37 37 <?rfc-ext allow-markup-in-artwork="yes" ?> 38 38 <?rfc-ext include-references-in-index="yes" ?> 39 <rfc obsoletes="2 068, 2616" category="std"39 <rfc obsoletes="2616" category="std" 40 40 ipr="full3978" docName="draft-ietf-httpbis-p3-payload-&ID-VERSION;" 41 41 xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit"> -
draft-ietf-httpbis/latest/p4-conditional.html
r137 r150 357 357 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 358 358 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-01"> 359 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2068">360 359 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 361 360 <meta name="DC.Description.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 4 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 4 defines request header fields for indicating conditional requests and the rules for constructing responses to those requests."> … … 379 378 </tr> 380 379 <tr> 381 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2068">2068</a>, 382 <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 380 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 383 381 </td> 384 382 <td class="header right">One Laptop per Child</td> -
draft-ietf-httpbis/latest/p4-conditional.xml
r137 r150 30 30 <?rfc-ext allow-markup-in-artwork="yes" ?> 31 31 <?rfc-ext include-references-in-index="yes" ?> 32 <rfc obsoletes="2 068, 2616" category="std"32 <rfc obsoletes="2616" category="std" 33 33 ipr="full3978" docName="draft-ietf-httpbis-p4-conditional-&ID-VERSION;" 34 34 xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit"> -
draft-ietf-httpbis/latest/p5-range.html
r142 r150 357 357 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 358 358 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-01"> 359 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2068">360 359 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 361 360 <meta name="DC.Description.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 5 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 5 defines range-specific requests and the rules for constructing and combining responses to those requests."> … … 379 378 </tr> 380 379 <tr> 381 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2068">2068</a>, 382 <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 380 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 383 381 </td> 384 382 <td class="header right">One Laptop per Child</td> -
draft-ietf-httpbis/latest/p5-range.xml
r142 r150 27 27 <?rfc-ext allow-markup-in-artwork="yes" ?> 28 28 <?rfc-ext include-references-in-index="yes" ?> 29 <rfc obsoletes="2 068, 2616" category="std"29 <rfc obsoletes="2616" category="std" 30 30 ipr="full3978" docName="draft-ietf-httpbis-p5-range-&ID-VERSION;" 31 31 xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit"> -
draft-ietf-httpbis/latest/p6-cache.html
r148 r150 354 354 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 355 355 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-01"> 356 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2068">357 356 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 358 357 <meta name="DC.Description.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 6 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 6 defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 376 375 </tr> 377 376 <tr> 378 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2068">2068</a>, 379 <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 377 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 380 378 </td> 381 379 <td class="header right">One Laptop per Child</td> -
draft-ietf-httpbis/latest/p6-cache.xml
r148 r150 39 39 <?rfc-ext allow-markup-in-artwork="yes" ?> 40 40 <?rfc-ext include-references-in-index="yes" ?> 41 <rfc obsoletes="2 068, 2616" category="std"41 <rfc obsoletes="2616" category="std" 42 42 ipr="full3978" docName="draft-ietf-httpbis-p6-cache-&ID-VERSION;" 43 43 xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit"> -
draft-ietf-httpbis/latest/p7-auth.html
r145 r150 354 354 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 355 355 <meta name="DC.Date.Issued" scheme="ISO8601" content="2008-01"> 356 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2068">357 356 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 358 357 <meta name="DC.Description.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 7 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 7 defines HTTP Authentication."> … … 376 375 </tr> 377 376 <tr> 378 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2068">2068</a>, 379 <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 377 <td class="header left">Obsoletes: <a href="http://tools.ietf.org/html/rfc2616">2616</a> (if approved) 380 378 </td> 381 379 <td class="header right">One Laptop per Child</td> -
draft-ietf-httpbis/latest/p7-auth.xml
r145 r150 26 26 <?rfc-ext allow-markup-in-artwork="yes" ?> 27 27 <?rfc-ext include-references-in-index="yes" ?> 28 <rfc obsoletes="2 068, 2616" updates="2617" category="std"28 <rfc obsoletes="2616" updates="2617" category="std" 29 29 ipr="full3978" docName="draft-ietf-httpbis-p7-auth-&ID-VERSION;" 30 30 xmlns:x='http://purl.org/net/xml2rfc/ext' xmlns:ed="http://greenbytes.de/2002/rfcedit">
Note: See TracChangeset
for help on using the changeset viewer.