Changeset 2273 for draft-ietf-httpbis
- Timestamp:
- 24/05/13 13:46:01 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p0-introduction.html
r2251 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p0-introduction-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 214 214 td.topnowrap { 215 215 vertical-align: top; 216 white-space: nowrap; 216 white-space: nowrap; 217 217 } 218 218 table.header td { … … 346 346 display: none; 347 347 } 348 348 349 349 a { 350 350 color: black; … … 367 367 content: leader('.') target-counter(attr(href), page); 368 368 } 369 369 370 370 ul.ind li li a { 371 371 content: target-counter(attr(href), page); 372 372 } 373 373 374 374 .print2col { 375 375 column-count: 2; … … 381 381 @page { 382 382 @top-left { 383 content: "Internet-Draft"; 384 } 383 content: "Internet-Draft"; 384 } 385 385 @top-right { 386 content: "May 2013"; 387 } 386 content: "May 2013"; 387 } 388 388 @top-center { 389 content: "HTTP/1.1 Introduction"; 390 } 389 content: "HTTP/1.1 Introduction"; 390 } 391 391 @bottom-left { 392 content: "Fielding, et al."; 393 } 392 content: "Fielding, et al."; 393 } 394 394 @bottom-center { 395 content: "Expires November 19, 2013";396 } 395 content: "Expires November 25, 2013"; 396 } 397 397 @bottom-right { 398 content: "[Page " counter(page) "]"; 399 } 400 } 401 402 @page:first { 398 content: "[Page " counter(page) "]"; 399 } 400 } 401 402 @page:first { 403 403 @top-left { 404 404 content: normal; … … 419 419 <link rel="Chapter" href="#rfc.section.3" title="3 References"> 420 420 <link href="p1-messaging.html" rel="next"> 421 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">421 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 422 422 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 423 423 <meta name="dct.creator" content="Fielding, R."> … … 426 426 <meta name="dct.creator" content="Reschke, J. F."> 427 427 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p0-introduction-latest"> 428 <meta name="dct.issued" scheme="ISO8601" content="2013-05- 18">428 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 429 429 <meta name="dct.abstract" content="This document is the first in a series that, collectively, define the HyperText Transfer Protocol, version 1.1; otherwise known as HTTP/1.1."> 430 430 <meta name="description" content="This document is the first in a series that, collectively, define the HyperText Transfer Protocol, version 1.1; otherwise known as HTTP/1.1."> … … 446 446 </tr> 447 447 <tr> 448 <td class="left">Expires: November 19, 2013</td>448 <td class="left">Expires: November 25, 2013</td> 449 449 <td class="right">W3C</td> 450 450 </tr> … … 467 467 <tr> 468 468 <td class="left"></td> 469 <td class="right">May 18, 2013</td>469 <td class="right">May 24, 2013</td> 470 470 </tr> 471 471 </tbody> 472 472 </table> 473 473 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Introduction<br><span class="filename">draft-ietf-httpbis-p0-introduction-latest</span></p> 474 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 474 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 475 475 <p>This document is the first in a series that, collectively, define the HyperText Transfer Protocol, version 1.1; otherwise 476 476 known as HTTP/1.1. 477 </p> 478 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 477 </p> 478 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 479 479 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 480 </p> 480 </p> 481 481 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 482 </p> 482 </p> 483 483 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 484 484 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 490 490 in progress”. 491 491 </p> 492 <p>This Internet-Draft will expire on November 19, 2013.</p>492 <p>This Internet-Draft will expire on November 25, 2013.</p> 493 493 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 494 494 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p1-messaging.html
r2271 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p1-messaging-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 263 263 td.topnowrap { 264 264 vertical-align: top; 265 white-space: nowrap; 265 white-space: nowrap; 266 266 } 267 267 table.header td { … … 402 402 display: none; 403 403 } 404 404 405 405 a { 406 406 color: black; … … 423 423 content: leader('.') target-counter(attr(href), page); 424 424 } 425 425 426 426 ul.ind li li a { 427 427 content: target-counter(attr(href), page); 428 428 } 429 429 430 430 .print2col { 431 431 column-count: 2; … … 437 437 @page { 438 438 @top-left { 439 content: "Internet-Draft"; 440 } 439 content: "Internet-Draft"; 440 } 441 441 @top-right { 442 content: "May 2013"; 443 } 442 content: "May 2013"; 443 } 444 444 @top-center { 445 content: "HTTP/1.1 Message Syntax and Routing"; 446 } 445 content: "HTTP/1.1 Message Syntax and Routing"; 446 } 447 447 @bottom-left { 448 content: "Fielding & Reschke"; 449 } 448 content: "Fielding & Reschke"; 449 } 450 450 @bottom-center { 451 content: "Expires November 2 3, 2013";452 } 451 content: "Expires November 25, 2013"; 452 } 453 453 @bottom-right { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 459 459 @top-left { 460 460 content: normal; … … 486 486 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 487 487 <link href="p2-semantics.html" rel="next"> 488 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">488 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 489 489 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 490 490 <meta name="dct.creator" content="Fielding, R."> 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2013-05-2 2">493 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 520 520 <tr> 521 521 <td class="left">Intended status: Standards Track</td> 522 <td class="right">May 2 2, 2013</td>522 <td class="right">May 24, 2013</td> 523 523 </tr> 524 524 <tr> 525 <td class="left">Expires: November 2 3, 2013</td>525 <td class="left">Expires: November 25, 2013</td> 526 526 <td class="right"></td> 527 527 </tr> … … 529 529 </table> 530 530 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing<br><span class="filename">draft-ietf-httpbis-p1-messaging-latest</span></p> 531 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 531 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 532 532 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information 533 533 systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document provides an overview 534 534 of HTTP architecture and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, 535 535 defines the HTTP/1.1 message syntax and parsing requirements, and describes general security concerns for implementations. 536 </p> 537 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 536 </p> 537 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 538 538 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 539 </p> 539 </p> 540 540 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 541 </p> 541 </p> 542 542 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p1-messaging-22">Appendix D.3</a>. 543 </p> 543 </p> 544 544 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 545 545 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on November 2 3, 2013.</p>553 <p>This Internet-Draft will expire on November 25, 2013.</p> 554 554 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 555 555 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p2-semantics.html
r2265 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p2-semantics-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 263 263 td.topnowrap { 264 264 vertical-align: top; 265 white-space: nowrap; 265 white-space: nowrap; 266 266 } 267 267 table.header td { … … 402 402 display: none; 403 403 } 404 404 405 405 a { 406 406 color: black; … … 423 423 content: leader('.') target-counter(attr(href), page); 424 424 } 425 425 426 426 ul.ind li li a { 427 427 content: target-counter(attr(href), page); 428 428 } 429 429 430 430 .print2col { 431 431 column-count: 2; … … 437 437 @page { 438 438 @top-left { 439 content: "Internet-Draft"; 440 } 439 content: "Internet-Draft"; 440 } 441 441 @top-right { 442 content: "May 2013"; 443 } 442 content: "May 2013"; 443 } 444 444 @top-center { 445 content: "HTTP/1.1 Semantics and Content"; 446 } 445 content: "HTTP/1.1 Semantics and Content"; 446 } 447 447 @bottom-left { 448 content: "Fielding & Reschke"; 449 } 448 content: "Fielding & Reschke"; 449 } 450 450 @bottom-center { 451 content: "Expires November 2 1, 2013";452 } 451 content: "Expires November 25, 2013"; 452 } 453 453 @bottom-right { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 459 459 @top-left { 460 460 content: normal; … … 489 489 <link href="p1-messaging.html" rel="prev"> 490 490 <link href="p4-conditional.html" rel="next"> 491 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">491 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 492 492 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 493 493 <meta name="dct.creator" content="Fielding, R."> 494 494 <meta name="dct.creator" content="Reschke, J. F."> 495 495 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 496 <meta name="dct.issued" scheme="ISO8601" content="2013-05-2 0">496 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 497 497 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 498 498 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 522 522 <tr> 523 523 <td class="left">Intended status: Standards Track</td> 524 <td class="right">May 2 0, 2013</td>524 <td class="right">May 24, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: November 2 1, 2013</td>527 <td class="left">Expires: November 25, 2013</td> 528 528 <td class="right"></td> 529 529 </tr> … … 531 531 </table> 532 532 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content<br><span class="filename">draft-ietf-httpbis-p2-semantics-latest</span></p> 533 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 533 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 534 534 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information 535 535 systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, 536 536 response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms 537 537 for content negotiation. 538 </p> 539 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 538 </p> 539 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 540 540 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 541 </p> 541 </p> 542 542 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 543 </p> 543 </p> 544 544 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p2-semantics-22">Appendix E.3</a>. 545 </p> 545 </p> 546 546 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 547 547 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on November 2 1, 2013.</p>555 <p>This Internet-Draft will expire on November 25, 2013.</p> 556 556 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 557 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p4-conditional.html
r2264 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p4-conditional-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 263 263 td.topnowrap { 264 264 vertical-align: top; 265 white-space: nowrap; 265 white-space: nowrap; 266 266 } 267 267 table.header td { … … 402 402 display: none; 403 403 } 404 404 405 405 a { 406 406 color: black; … … 423 423 content: leader('.') target-counter(attr(href), page); 424 424 } 425 425 426 426 ul.ind li li a { 427 427 content: target-counter(attr(href), page); 428 428 } 429 429 430 430 .print2col { 431 431 column-count: 2; … … 437 437 @page { 438 438 @top-left { 439 content: "Internet-Draft"; 440 } 439 content: "Internet-Draft"; 440 } 441 441 @top-right { 442 content: "May 2013"; 443 } 442 content: "May 2013"; 443 } 444 444 @top-center { 445 content: "HTTP/1.1 Conditional Requests"; 446 } 445 content: "HTTP/1.1 Conditional Requests"; 446 } 447 447 @bottom-left { 448 content: "Fielding & Reschke"; 449 } 448 content: "Fielding & Reschke"; 449 } 450 450 @bottom-center { 451 content: "Expires November 2 1, 2013";452 } 451 content: "Expires November 25, 2013"; 452 } 453 453 @bottom-right { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 459 459 @top-left { 460 460 content: normal; … … 486 486 <link href="p2-semantics.html" rel="prev"> 487 487 <link href="p5-range.html" rel="next"> 488 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 9.1.0.8from Saxonica http://www.saxonica.com/">488 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 489 489 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 490 490 <meta name="dct.creator" content="Fielding, R."> 491 491 <meta name="dct.creator" content="Reschke, J. F."> 492 492 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 493 <meta name="dct.issued" scheme="ISO8601" content="2013-05-2 0">493 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 495 495 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines HTTP/1.1 conditional requests, including metadata header fields for indicating state changes, request header fields for making preconditions on such state, and rules for constructing the responses to a conditional request when one or more preconditions evaluate to false."> … … 517 517 </tr> 518 518 <tr> 519 <td class="left">Expires: November 2 1, 2013</td>520 <td class="right">May 2 0, 2013</td>519 <td class="left">Expires: November 25, 2013</td> 520 <td class="right">May 24, 2013</td> 521 521 </tr> 522 522 </tbody> 523 523 </table> 524 524 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Conditional Requests<br><span class="filename">draft-ietf-httpbis-p4-conditional-latest</span></p> 525 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 525 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 526 526 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information 527 527 systems. This document defines HTTP/1.1 conditional requests, including metadata header fields for indicating state changes, 528 528 request header fields for making preconditions on such state, and rules for constructing the responses to a conditional request 529 529 when one or more preconditions evaluate to false. 530 </p> 531 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 530 </p> 531 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 532 532 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 533 </p> 533 </p> 534 534 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 535 </p> 535 </p> 536 536 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p4-conditional-22">Appendix D.4</a>. 537 </p> 537 </p> 538 538 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 539 539 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 545 545 in progress”. 546 546 </p> 547 <p>This Internet-Draft will expire on November 2 1, 2013.</p>547 <p>This Internet-Draft will expire on November 25, 2013.</p> 548 548 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 549 549 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1096 1096 <p id="rfc.section.5.p.7">Specifically, the fields defined by this specification are evaluated as follows: </p> 1097 1097 <ol> 1098 <li >When <a href="#header.if-match" class="smpl">If-Match</a> is present, evaluate it:1098 <li id="precedence1">When <a href="#header.if-match" class="smpl">If-Match</a> is present, evaluate it: 1099 1099 <ul> 1100 <li>if true, continue to step 3</li>1100 <li>if true, continue to step <a href="#precedence3">3</a></li> 1101 1101 <li>if false, respond <a href="#status.412" class="smpl">412 (Precondition Failed)</a></li> 1102 1102 </ul> 1103 1103 </li> 1104 <li >When <a href="#header.if-match" class="smpl">If-Match</a> is not present and <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> is present, evaluate it:1104 <li id="precedence2">When <a href="#header.if-match" class="smpl">If-Match</a> is not present and <a href="#header.if-unmodified-since" class="smpl">If-Unmodified-Since</a> is present, evaluate it: 1105 1105 <ul> 1106 <li>if true, continue to step 3</li>1106 <li>if true, continue to step <a href="#precedence3">3</a></li> 1107 1107 <li>if false, respond <a href="#status.412" class="smpl">412 (Precondition Failed)</a></li> 1108 1108 </ul> 1109 1109 </li> 1110 <li >When <a href="#header.if-none-match" class="smpl">If-None-Match</a> is present, evaluate it:1110 <li id="precedence3">When <a href="#header.if-none-match" class="smpl">If-None-Match</a> is present, evaluate it: 1111 1111 <ul> 1112 <li>if true, continue to step 5</li>1112 <li>if true, continue to step <a href="#precedence5">5</a></li> 1113 1113 <li>if false for GET/HEAD, respond <a href="#status.304" class="smpl">304 (Not Modified)</a></li> 1114 1114 <li>if false for other methods, respond <a href="#status.412" class="smpl">412 (Precondition Failed)</a></li> 1115 1115 </ul> 1116 1116 </li> 1117 <li >When the method is GET or HEAD, <a href="#header.if-none-match" class="smpl">If-None-Match</a> is not present, and <a href="#header.if-modified-since" class="smpl">If-Modified-Since</a> is present, evaluate it:1117 <li id="precedence4">When the method is GET or HEAD, <a href="#header.if-none-match" class="smpl">If-None-Match</a> is not present, and <a href="#header.if-modified-since" class="smpl">If-Modified-Since</a> is present, evaluate it: 1118 1118 <ul> 1119 <li>if true, continue to step 5</li>1119 <li>if true, continue to step <a href="#precedence5">5</a></li> 1120 1120 <li>if false, respond <a href="#status.304" class="smpl">304 (Not Modified)</a></li> 1121 1121 </ul> 1122 1122 </li> 1123 <li >When the method is GET and both <a href="p5-range.html#header.range" class="smpl">Range</a> and <a href="p5-range.html#header.if-range" class="smpl">If-Range</a> are present, evaluate If-Range:1123 <li id="precedence5">When the method is GET and both <a href="p5-range.html#header.range" class="smpl">Range</a> and <a href="p5-range.html#header.if-range" class="smpl">If-Range</a> are present, evaluate If-Range: 1124 1124 <ul> 1125 1125 <li>if the validator matches and the Range specification is applicable to the selected representation, respond <a href="p5-range.html#status.206" class="smpl">206 (Partial Content)</a> <a href="#Part5" id="rfc.xref.Part5.2"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Range Requests">[Part5]</cite></a></li> 1126 1126 </ul> 1127 1127 </li> 1128 <li >Otherwise,1128 <li id="precedencelast">Otherwise, 1129 1129 <ul> 1130 1130 <li>all conditions are met, so perform the requested action and respond according to its success or failure.</li> -
draft-ietf-httpbis/latest/p4-conditional.xml
r2255 r2273 1015 1015 as follows: 1016 1016 <list style="numbers"> 1017 <t >When <x:ref>If-Match</x:ref> is present, evaluate it:1017 <t anchor="precedence1">When <x:ref>If-Match</x:ref> is present, evaluate it: 1018 1018 <list style="symbols"> 1019 <t>if true, continue to step 3</t>1019 <t>if true, continue to step <xref target="precedence3" format="counter"/></t> 1020 1020 <t>if false, respond <x:ref>412 (Precondition Failed)</x:ref></t> 1021 1021 </list> 1022 1022 </t> 1023 <t >When <x:ref>If-Match</x:ref> is not present and1023 <t anchor="precedence2">When <x:ref>If-Match</x:ref> is not present and 1024 1024 <x:ref>If-Unmodified-Since</x:ref> is present, evaluate it: 1025 1025 <list style="symbols"> 1026 <t>if true, continue to step 3</t>1026 <t>if true, continue to step <xref target="precedence3" format="counter"/></t> 1027 1027 <t>if false, respond <x:ref>412 (Precondition Failed)</x:ref></t> 1028 1028 </list> 1029 1029 </t> 1030 <t >When <x:ref>If-None-Match</x:ref> is present, evaluate it:1030 <t anchor="precedence3">When <x:ref>If-None-Match</x:ref> is present, evaluate it: 1031 1031 <list style="symbols"> 1032 <t>if true, continue to step 5</t>1032 <t>if true, continue to step <xref target="precedence5" format="counter"/></t> 1033 1033 <t>if false for GET/HEAD, respond <x:ref>304 (Not Modified)</x:ref></t> 1034 1034 <t>if false for other methods, respond <x:ref>412 (Precondition Failed)</x:ref></t> 1035 1035 </list> 1036 1036 </t> 1037 <t >When the method is GET or HEAD,1037 <t anchor="precedence4">When the method is GET or HEAD, 1038 1038 <x:ref>If-None-Match</x:ref> is not present, and 1039 1039 <x:ref>If-Modified-Since</x:ref> is present, evaluate it: 1040 1040 <list style="symbols"> 1041 <t>if true, continue to step 5</t>1041 <t>if true, continue to step <xref target="precedence5" format="counter"/></t> 1042 1042 <t>if false, respond <x:ref>304 (Not Modified)</x:ref></t> 1043 1043 </list> 1044 1044 </t> 1045 <t >When the method is GET and both <x:ref>Range</x:ref> and1045 <t anchor="precedence5">When the method is GET and both <x:ref>Range</x:ref> and 1046 1046 <x:ref>If-Range</x:ref> are present, evaluate If-Range: 1047 1047 <list style="symbols"> … … 1051 1051 </list> 1052 1052 </t> 1053 <t >Otherwise,1053 <t anchor="precedencelast">Otherwise, 1054 1054 <list style="symbols"> 1055 1055 <t>all conditions are met, so perform the requested action and -
draft-ietf-httpbis/latest/p5-range.html
r2251 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p5-range-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 263 263 td.topnowrap { 264 264 vertical-align: top; 265 white-space: nowrap; 265 white-space: nowrap; 266 266 } 267 267 table.header td { … … 402 402 display: none; 403 403 } 404 404 405 405 a { 406 406 color: black; … … 423 423 content: leader('.') target-counter(attr(href), page); 424 424 } 425 425 426 426 ul.ind li li a { 427 427 content: target-counter(attr(href), page); 428 428 } 429 429 430 430 .print2col { 431 431 column-count: 2; … … 437 437 @page { 438 438 @top-left { 439 content: "Internet-Draft"; 440 } 439 content: "Internet-Draft"; 440 } 441 441 @top-right { 442 content: "May 2013"; 443 } 442 content: "May 2013"; 443 } 444 444 @top-center { 445 content: "HTTP/1.1 Range Requests"; 446 } 445 content: "HTTP/1.1 Range Requests"; 446 } 447 447 @bottom-left { 448 content: "Fielding, et al."; 449 } 448 content: "Fielding, et al."; 449 } 450 450 @bottom-center { 451 content: "Expires November 19, 2013";452 } 451 content: "Expires November 25, 2013"; 452 } 453 453 @bottom-right { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 459 459 @top-left { 460 460 content: normal; … … 486 486 <link href="p4-conditional.html" rel="prev"> 487 487 <link href="p6-cache.html" rel="next"> 488 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">488 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 489 489 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 490 490 <meta name="dct.creator" content="Fielding, R."> … … 492 492 <meta name="dct.creator" content="Reschke, J. F."> 493 493 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 494 <meta name="dct.issued" scheme="ISO8601" content="2013-05- 18">494 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 495 495 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 496 496 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines range requests and the rules for constructing and combining responses to those requests."> … … 518 518 </tr> 519 519 <tr> 520 <td class="left">Expires: November 19, 2013</td>520 <td class="left">Expires: November 25, 2013</td> 521 521 <td class="right">J. Reschke, Editor</td> 522 522 </tr> … … 527 527 <tr> 528 528 <td class="left"></td> 529 <td class="right">May 18, 2013</td>529 <td class="right">May 24, 2013</td> 530 530 </tr> 531 531 </tbody> 532 532 </table> 533 533 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Range Requests<br><span class="filename">draft-ietf-httpbis-p5-range-latest</span></p> 534 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 534 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 535 535 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information 536 536 systems. This document defines range requests and the rules for constructing and combining responses to those requests. 537 </p> 538 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 537 </p> 538 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 539 539 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 540 </p> 540 </p> 541 541 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 542 </p> 542 </p> 543 543 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p5-range-22">Appendix E.4</a>. 544 </p> 544 </p> 545 545 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 546 546 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 552 552 in progress”. 553 553 </p> 554 <p>This Internet-Draft will expire on November 19, 2013.</p>554 <p>This Internet-Draft will expire on November 25, 2013.</p> 555 555 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 556 556 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p6-cache.html
r2271 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p6-cache-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 266 266 td.topnowrap { 267 267 vertical-align: top; 268 white-space: nowrap; 268 white-space: nowrap; 269 269 } 270 270 table.header td { … … 405 405 display: none; 406 406 } 407 407 408 408 a { 409 409 color: black; … … 426 426 content: leader('.') target-counter(attr(href), page); 427 427 } 428 428 429 429 ul.ind li li a { 430 430 content: target-counter(attr(href), page); 431 431 } 432 432 433 433 .print2col { 434 434 column-count: 2; … … 440 440 @page { 441 441 @top-left { 442 content: "Internet-Draft"; 443 } 442 content: "Internet-Draft"; 443 } 444 444 @top-right { 445 content: "May 2013"; 446 } 445 content: "May 2013"; 446 } 447 447 @top-center { 448 content: "HTTP/1.1 Caching"; 449 } 448 content: "HTTP/1.1 Caching"; 449 } 450 450 @bottom-left { 451 content: "Fielding, et al."; 452 } 451 content: "Fielding, et al."; 452 } 453 453 @bottom-center { 454 content: "Expires November 2 3, 2013";455 } 454 content: "Expires November 25, 2013"; 455 } 456 456 @bottom-right { 457 content: "[Page " counter(page) "]"; 458 } 459 } 460 461 @page:first { 457 content: "[Page " counter(page) "]"; 458 } 459 } 460 461 @page:first { 462 462 @top-left { 463 463 content: normal; … … 492 492 <link href="p5-range.html" rel="prev"> 493 493 <link href="p7-auth.html" rel="next"> 494 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">494 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 495 495 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 496 496 <meta name="dct.creator" content="Fielding, R."> … … 498 498 <meta name="dct.creator" content="Reschke, J. F."> 499 499 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 500 <meta name="dct.issued" scheme="ISO8601" content="2013-05-2 2">500 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 501 501 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 502 502 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines requirements on HTTP caches and the associated header fields that control cache behavior or indicate cacheable response messages."> … … 524 524 </tr> 525 525 <tr> 526 <td class="left">Expires: November 2 3, 2013</td>526 <td class="left">Expires: November 25, 2013</td> 527 527 <td class="right">J. Reschke, Editor</td> 528 528 </tr> … … 533 533 <tr> 534 534 <td class="left"></td> 535 <td class="right">May 2 2, 2013</td>535 <td class="right">May 24, 2013</td> 536 536 </tr> 537 537 </tbody> 538 538 </table> 539 539 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Caching<br><span class="filename">draft-ietf-httpbis-p6-cache-latest</span></p> 540 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 540 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 541 541 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information 542 542 systems. This document defines requirements on HTTP caches and the associated header fields that control cache behavior or 543 543 indicate cacheable response messages. 544 </p> 545 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 544 </p> 545 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 546 546 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 547 </p> 547 </p> 548 548 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 549 </p> 549 </p> 550 550 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p6-cache-22">Appendix D.4</a>. 551 </p> 551 </p> 552 552 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 553 553 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 559 559 in progress”. 560 560 </p> 561 <p>This Internet-Draft will expire on November 2 3, 2013.</p>561 <p>This Internet-Draft will expire on November 25, 2013.</p> 562 562 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 563 563 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p7-auth.html
r2251 r2273 22 22 toggleButtonsToElementsByName("h3"); 23 23 toggleButtonsToElementsByName("h4"); 24 24 25 25 buttonsAdded = !buttonsAdded; 26 26 } … … 35 35 function toggleButton(node) { 36 36 if (! buttonsAdded) { 37 37 38 38 // docname 39 39 var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; … … 58 58 ref += "#" + id; 59 59 } 60 60 61 61 // docname 62 62 var docname = "draft-ietf-httpbis-p7-auth-latest"; … … 65 65 var section = node.textContent; 66 66 section = section.replace("\u00a0", " "); 67 67 68 68 // build URI from template 69 69 var uri = template.replace("{docname}", encodeURIComponent(docname)); 70 70 uri = uri.replace("{section}", encodeURIComponent(section)); 71 71 uri = uri.replace("{ref}", encodeURIComponent(ref)); 72 72 73 73 var button = document.createElement("a"); 74 74 button.className = "fbbutton noprint"; … … 263 263 td.topnowrap { 264 264 vertical-align: top; 265 white-space: nowrap; 265 white-space: nowrap; 266 266 } 267 267 table.header td { … … 402 402 display: none; 403 403 } 404 404 405 405 a { 406 406 color: black; … … 423 423 content: leader('.') target-counter(attr(href), page); 424 424 } 425 425 426 426 ul.ind li li a { 427 427 content: target-counter(attr(href), page); 428 428 } 429 429 430 430 .print2col { 431 431 column-count: 2; … … 437 437 @page { 438 438 @top-left { 439 content: "Internet-Draft"; 440 } 439 content: "Internet-Draft"; 440 } 441 441 @top-right { 442 content: "May 2013"; 443 } 442 content: "May 2013"; 443 } 444 444 @top-center { 445 content: "HTTP/1.1 Authentication"; 446 } 445 content: "HTTP/1.1 Authentication"; 446 } 447 447 @bottom-left { 448 content: "Fielding & Reschke"; 449 } 448 content: "Fielding & Reschke"; 449 } 450 450 @bottom-center { 451 content: "Expires November 19, 2013";452 } 451 content: "Expires November 25, 2013"; 452 } 453 453 @bottom-right { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 454 content: "[Page " counter(page) "]"; 455 } 456 } 457 458 @page:first { 459 459 @top-left { 460 460 content: normal; … … 484 484 <link rel="Appendix" title="D Change Log (to be removed by RFC Editor before publication)" href="#rfc.section.D"> 485 485 <link href="p6-cache.html" rel="prev"> 486 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.59 4, 2013/04/30 16:11:28, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/">486 <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.596, 2013/05/16 08:38:33, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> 487 487 <link rel="schema.dct" href="http://purl.org/dc/terms/"> 488 488 <meta name="dct.creator" content="Fielding, R."> 489 489 <meta name="dct.creator" content="Reschke, J. F."> 490 490 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 491 <meta name="dct.issued" scheme="ISO8601" content="2013-05- 18">491 <meta name="dct.issued" scheme="ISO8601" content="2013-05-24"> 492 492 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 493 493 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information systems. This document defines the HTTP Authentication framework."> … … 517 517 <tr> 518 518 <td class="left">Intended status: Standards Track</td> 519 <td class="right">May 18, 2013</td>519 <td class="right">May 24, 2013</td> 520 520 </tr> 521 521 <tr> 522 <td class="left">Expires: November 19, 2013</td>522 <td class="left">Expires: November 25, 2013</td> 523 523 <td class="right"></td> 524 524 </tr> … … 526 526 </table> 527 527 <p class="title">Hypertext Transfer Protocol (HTTP/1.1): Authentication<br><span class="filename">draft-ietf-httpbis-p7-auth-latest</span></p> 528 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 528 <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> 529 529 <p>The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypermedia information 530 530 systems. This document defines the HTTP Authentication framework. 531 </p> 532 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 531 </p> 532 <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> 533 533 <p>Discussion of this draft takes place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. 534 </p> 534 </p> 535 535 <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. 536 </p> 536 </p> 537 537 <p>The changes in this draft are summarized in <a href="#changes.since.22" title="Since draft-ietf-httpbis-p7-auth-22">Appendix D.4</a>. 538 </p> 538 </p> 539 539 <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> 540 540 <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> … … 546 546 in progress”. 547 547 </p> 548 <p>This Internet-Draft will expire on November 19, 2013.</p>548 <p>This Internet-Draft will expire on November 25, 2013.</p> 549 549 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 550 550 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
Note: See TracChangeset
for help on using the changeset viewer.