Changeset 1523 for draft-ietf-httpbis/latest
- Timestamp:
- 03/02/12 15:09:53 (11 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r1522 r1523 458 458 } 459 459 @bottom-center { 460 content: "Expires August 4, 2012";460 content: "Expires August 6, 2012"; 461 461 } 462 462 @bottom-right { … … 508 508 <meta name="dct.creator" content="Reschke, J. F."> 509 509 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 510 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">510 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 511 511 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 512 512 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 540 540 </tr> 541 541 <tr> 542 <td class="left">Expires: August 4, 2012</td>542 <td class="left">Expires: August 6, 2012</td> 543 543 <td class="right">HP</td> 544 544 </tr> … … 593 593 <tr> 594 594 <td class="left"></td> 595 <td class="right">February 1, 2012</td>595 <td class="right">February 3, 2012</td> 596 596 </tr> 597 597 </tbody> … … 626 626 in progress”. 627 627 </p> 628 <p>This Internet-Draft will expire on August 4, 2012.</p>628 <p>This Internet-Draft will expire on August 6, 2012.</p> 629 629 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 630 630 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> -
draft-ietf-httpbis/latest/p2-semantics.html
r1522 r1523 458 458 } 459 459 @bottom-center { 460 content: "Expires August 4, 2012";460 content: "Expires August 6, 2012"; 461 461 } 462 462 @bottom-right { … … 510 510 <meta name="dct.creator" content="Reschke, J. F."> 511 511 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 512 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">512 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 513 513 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 514 514 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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."> … … 541 541 </tr> 542 542 <tr> 543 <td class="left">Expires: August 4, 2012</td>543 <td class="left">Expires: August 6, 2012</td> 544 544 <td class="right">HP</td> 545 545 </tr> … … 594 594 <tr> 595 595 <td class="left"></td> 596 <td class="right">February 1, 2012</td>596 <td class="right">February 3, 2012</td> 597 597 </tr> 598 598 </tbody> … … 624 624 in progress”. 625 625 </p> 626 <p>This Internet-Draft will expire on August 4, 2012.</p>626 <p>This Internet-Draft will expire on August 6, 2012.</p> 627 627 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 628 628 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 3139 3139 <div id="rfc.figure.u.36"></div> <pre class="inline"><a href="#header.allow" class="smpl">Allow</a> = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 3140 3140 3141 <a href="#core.rules" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 1.2.2>3141 <a href="#core.rules" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 3.2.1> 3142 3142 3143 3143 <a href="#header.date" class="smpl">Date</a> = HTTP-date … … 3156 3156 <a href="#method" class="smpl">Method</a> = token 3157 3157 3158 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2>3159 3160 <a href="#core.rules" class="smpl">RWS</a> = <RWS, defined in [Part1], Section 1.2.2>3158 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> 3159 3160 <a href="#core.rules" class="smpl">RWS</a> = <RWS, defined in [Part1], Section 3.2.1> 3161 3161 <a href="#status.code.and.reason.phrase" class="smpl">Reason-Phrase</a> = *( HTAB / SP / VCHAR / obs-text ) 3162 3162 <a href="#header.referer" class="smpl">Referer</a> = absolute-URI / partial-URI … … 3172 3172 <a href="#obsolete.date.formats" class="smpl">asctime-date</a> = day-name SP date3 SP time-of-day SP year 3173 3173 3174 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in [Part1], Section 3.2. 3>3174 <a href="#abnf.dependencies" class="smpl">comment</a> = <comment, defined in [Part1], Section 3.2.4> 3175 3175 3176 3176 <a href="#obsolete.date.formats" class="smpl">date1</a> = day SP month SP year … … 3218 3218 3219 3219 <a href="#obsolete.date.formats" class="smpl">obs-date</a> = rfc850-date / asctime-date 3220 <a href="#core.rules" class="smpl">obs-text</a> = <obs-text, defined in [Part1], Section 1.2.2>3220 <a href="#core.rules" class="smpl">obs-text</a> = <obs-text, defined in [Part1], Section 3.2.4> 3221 3221 3222 3222 <a href="#abnf.dependencies" class="smpl">partial-URI</a> = <partial-URI, defined in [Part1], Section 2.7> 3223 3223 <a href="#abnf.dependencies" class="smpl">product</a> = <product, defined in [Part1], Section 5.2> 3224 3224 3225 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2. 3>3225 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.4> 3226 3226 3227 3227 <a href="#preferred.date.format" class="smpl">rfc1123-date</a> = day-name "," SP date1 SP time-of-day SP GMT … … 3231 3231 3232 3232 <a href="#preferred.date.format" class="smpl">time-of-day</a> = hour ":" minute ":" second 3233 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2. 3>3233 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.4> 3234 3234 3235 3235 <a href="#preferred.date.format" class="smpl">year</a> = 4DIGIT -
draft-ietf-httpbis/latest/p2-semantics.xml
r1522 r1523 4059 4059 <x:ref>Allow</x:ref> = [ ( "," / Method ) *( OWS "," [ OWS Method ] ) ] 4060 4060 4061 <x:ref>BWS</x:ref> = <BWS, defined in [Part1], Section 1.2.2>4061 <x:ref>BWS</x:ref> = <BWS, defined in [Part1], Section 3.2.1> 4062 4062 4063 4063 <x:ref>Date</x:ref> = HTTP-date … … 4076 4076 <x:ref>Method</x:ref> = token 4077 4077 4078 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2>4079 4080 <x:ref>RWS</x:ref> = <RWS, defined in [Part1], Section 1.2.2>4078 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 3.2.1> 4079 4080 <x:ref>RWS</x:ref> = <RWS, defined in [Part1], Section 3.2.1> 4081 4081 <x:ref>Reason-Phrase</x:ref> = *( HTAB / SP / VCHAR / obs-text ) 4082 4082 <x:ref>Referer</x:ref> = absolute-URI / partial-URI … … 4092 4092 <x:ref>asctime-date</x:ref> = day-name SP date3 SP time-of-day SP year 4093 4093 4094 <x:ref>comment</x:ref> = <comment, defined in [Part1], Section 3.2. 3>4094 <x:ref>comment</x:ref> = <comment, defined in [Part1], Section 3.2.4> 4095 4095 4096 4096 <x:ref>date1</x:ref> = day SP month SP year … … 4138 4138 4139 4139 <x:ref>obs-date</x:ref> = rfc850-date / asctime-date 4140 <x:ref>obs-text</x:ref> = <obs-text, defined in [Part1], Section 1.2.2>4140 <x:ref>obs-text</x:ref> = <obs-text, defined in [Part1], Section 3.2.4> 4141 4141 4142 4142 <x:ref>partial-URI</x:ref> = <partial-URI, defined in [Part1], Section 2.7> 4143 4143 <x:ref>product</x:ref> = <product, defined in [Part1], Section 5.2> 4144 4144 4145 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2. 3>4145 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.4> 4146 4146 4147 4147 <x:ref>rfc1123-date</x:ref> = day-name "," SP date1 SP time-of-day SP GMT … … 4151 4151 4152 4152 <x:ref>time-of-day</x:ref> = hour ":" minute ":" second 4153 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2. 3>4153 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.4> 4154 4154 4155 4155 <x:ref>year</x:ref> = 4DIGIT -
draft-ietf-httpbis/latest/p3-payload.html
r1522 r1523 458 458 } 459 459 @bottom-center { 460 content: "Expires August 4, 2012";460 content: "Expires August 6, 2012"; 461 461 } 462 462 @bottom-right { … … 509 509 <meta name="dct.creator" content="Reschke, J. F."> 510 510 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p3-payload-latest"> 511 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">511 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 512 512 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 513 513 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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."> … … 535 535 </tr> 536 536 <tr> 537 <td class="left">Expires: August 4, 2012</td>537 <td class="left">Expires: August 6, 2012</td> 538 538 <td class="right">J. Mogul</td> 539 539 </tr> … … 592 592 <tr> 593 593 <td class="left"></td> 594 <td class="right">February 1, 2012</td>594 <td class="right">February 3, 2012</td> 595 595 </tr> 596 596 </tbody> … … 620 620 in progress”. 621 621 </p> 622 <p>This Internet-Draft will expire on August 4, 2012.</p>622 <p>This Internet-Draft will expire on August 6, 2012.</p> 623 623 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 624 624 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1883 1883 <a href="#mime-version" class="smpl">MIME-Version</a> = 1*DIGIT "." 1*DIGIT 1884 1884 1885 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2>1885 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> 1886 1886 1887 1887 <a href="#abnf.dependencies" class="smpl">absolute-URI</a> = <absolute-URI, defined in [Part1], Section 2.7> … … 1908 1908 <a href="#media.types" class="smpl">subtype</a> = token 1909 1909 1910 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2. 3>1910 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.4> 1911 1911 <a href="#media.types" class="smpl">type</a> = token 1912 1912 1913 1913 <a href="#rule.parameter" class="smpl">value</a> = word 1914 1914 1915 <a href="#core.rules" class="smpl">word</a> = <word, defined in [Part1], Section 3.2. 3>1915 <a href="#core.rules" class="smpl">word</a> = <word, defined in [Part1], Section 3.2.4> 1916 1916 </pre> <div id="rfc.figure.u.31"></div> 1917 1917 <p>ABNF diagnostics:</p><pre class="inline">; Accept defined but not used -
draft-ietf-httpbis/latest/p3-payload.xml
r1522 r1523 2586 2586 <x:ref>MIME-Version</x:ref> = 1*DIGIT "." 1*DIGIT 2587 2587 2588 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2>2588 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 3.2.1> 2589 2589 2590 2590 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in [Part1], Section 2.7> … … 2611 2611 <x:ref>subtype</x:ref> = token 2612 2612 2613 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2. 3>2613 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.4> 2614 2614 <x:ref>type</x:ref> = token 2615 2615 2616 2616 <x:ref>value</x:ref> = word 2617 2617 2618 <x:ref>word</x:ref> = <word, defined in [Part1], Section 3.2. 3>2618 <x:ref>word</x:ref> = <word, defined in [Part1], Section 3.2.4> 2619 2619 </artwork> 2620 2620 </figure> -
draft-ietf-httpbis/latest/p4-conditional.html
r1522 r1523 458 458 } 459 459 @bottom-center { 460 content: "Expires August 4, 2012";460 content: "Expires August 6, 2012"; 461 461 } 462 462 @bottom-right { … … 505 505 <meta name="dct.creator" content="Reschke, J. F."> 506 506 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p4-conditional-latest"> 507 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">507 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 508 508 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 509 509 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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."> … … 531 531 </tr> 532 532 <tr> 533 <td class="left">Expires: August 4, 2012</td>533 <td class="left">Expires: August 6, 2012</td> 534 534 <td class="right">J. Mogul</td> 535 535 </tr> … … 588 588 <tr> 589 589 <td class="left"></td> 590 <td class="right">February 1, 2012</td>590 <td class="right">February 3, 2012</td> 591 591 </tr> 592 592 </tbody> … … 618 618 in progress”. 619 619 </p> 620 <p>This Internet-Draft will expire on August 4, 2012.</p>620 <p>This Internet-Draft will expire on August 6, 2012.</p> 621 621 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 622 622 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1411 1411 <a href="#header.last-modified" class="smpl">Last-Modified</a> = HTTP-date 1412 1412 1413 <a href="#notation" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2>1413 <a href="#notation" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> 1414 1414 1415 1415 <a href="#header.etag" class="smpl">entity-tag</a> = [ weak ] opaque-tag … … 1417 1417 / obs-text 1418 1418 1419 <a href="#notation" class="smpl">obs-text</a> = <obs-text, defined in [Part1], Section 3.2. 3>1419 <a href="#notation" class="smpl">obs-text</a> = <obs-text, defined in [Part1], Section 3.2.4> 1420 1420 <a href="#header.etag" class="smpl">opaque-tag</a> = DQUOTE *etagc DQUOTE 1421 1421 -
draft-ietf-httpbis/latest/p4-conditional.xml
r1522 r1523 1609 1609 <x:ref>Last-Modified</x:ref> = HTTP-date 1610 1610 1611 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2>1611 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 3.2.1> 1612 1612 1613 1613 <x:ref>entity-tag</x:ref> = [ weak ] opaque-tag … … 1615 1615 / obs-text 1616 1616 1617 <x:ref>obs-text</x:ref> = <obs-text, defined in [Part1], Section 3.2. 3>1617 <x:ref>obs-text</x:ref> = <obs-text, defined in [Part1], Section 3.2.4> 1618 1618 <x:ref>opaque-tag</x:ref> = DQUOTE *etagc DQUOTE 1619 1619 -
draft-ietf-httpbis/latest/p5-range.html
r1522 r1523 458 458 } 459 459 @bottom-center { 460 content: "Expires August 4, 2012";460 content: "Expires August 6, 2012"; 461 461 } 462 462 @bottom-right { … … 507 507 <meta name="dct.creator" content="Reschke, J. F."> 508 508 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p5-range-latest"> 509 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">509 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 510 510 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 511 511 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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."> … … 533 533 </tr> 534 534 <tr> 535 <td class="left">Expires: August 4, 2012</td>535 <td class="left">Expires: August 6, 2012</td> 536 536 <td class="right">J. Mogul</td> 537 537 </tr> … … 590 590 <tr> 591 591 <td class="left"></td> 592 <td class="right">February 1, 2012</td>592 <td class="right">February 3, 2012</td> 593 593 </tr> 594 594 </tbody> … … 618 618 in progress”. 619 619 </p> 620 <p>This Internet-Draft will expire on August 4, 2012.</p>620 <p>This Internet-Draft will expire on August 6, 2012.</p> 621 621 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 622 622 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1356 1356 <a href="#header.if-range" class="smpl">If-Range</a> = entity-tag / HTTP-date 1357 1357 1358 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2>1358 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> 1359 1359 1360 1360 <a href="#range.retrieval.requests" class="smpl">Range</a> = byte-ranges-specifier / other-ranges-specifier … … 1392 1392 <a href="#rule.ranges-specifier" class="smpl">suffix-length</a> = 1*DIGIT 1393 1393 1394 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2. 3>1394 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.4> 1395 1395 </pre> <div id="rfc.figure.u.26"></div> 1396 1396 <p>ABNF diagnostics:</p><pre class="inline">; Accept-Ranges defined but not used -
draft-ietf-httpbis/latest/p5-range.xml
r1522 r1523 1499 1499 <x:ref>If-Range</x:ref> = entity-tag / HTTP-date 1500 1500 1501 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2>1501 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 3.2.1> 1502 1502 1503 1503 <x:ref>Range</x:ref> = byte-ranges-specifier / other-ranges-specifier … … 1535 1535 <x:ref>suffix-length</x:ref> = 1*DIGIT 1536 1536 1537 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2. 3>1537 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.4> 1538 1538 </artwork> 1539 1539 </figure> -
draft-ietf-httpbis/latest/p6-cache.html
r1522 r1523 461 461 } 462 462 @bottom-center { 463 content: "Expires August 4, 2012";463 content: "Expires August 6, 2012"; 464 464 } 465 465 @bottom-right { … … 509 509 <meta name="dct.creator" content="Reschke, J. F."> 510 510 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p6-cache-latest"> 511 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">511 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 512 512 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 513 513 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext 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."> … … 535 535 </tr> 536 536 <tr> 537 <td class="left">Expires: August 4, 2012</td>537 <td class="left">Expires: August 6, 2012</td> 538 538 <td class="right">J. Mogul</td> 539 539 </tr> … … 600 600 <tr> 601 601 <td class="left"></td> 602 <td class="right">February 1, 2012</td>602 <td class="right">February 3, 2012</td> 603 603 </tr> 604 604 </tbody> … … 630 630 in progress”. 631 631 </p> 632 <p>This Internet-Draft will expire on August 4, 2012.</p>632 <p>This Internet-Draft will expire on August 6, 2012.</p> 633 633 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 634 634 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 2023 2023 <a href="#abnf.dependencies" class="smpl">HTTP-date</a> = <HTTP-date, defined in [Part2], Section 8> 2024 2024 2025 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2>2025 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> 2026 2026 2027 2027 <a href="#header.pragma" class="smpl">Pragma</a> = *( "," OWS ) pragma-directive *( OWS "," [ OWS … … 2057 2057 <a href="#abnf.dependencies" class="smpl">pseudonym</a> = <pseudonym, defined in [Part1], Section 8.8> 2058 2058 2059 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2. 3>2060 2061 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2. 3>2059 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.4> 2060 2061 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.4> 2062 2062 2063 2063 <a href="#abnf.dependencies" class="smpl">uri-host</a> = <uri-host, defined in [Part1], Section 2.7> -
draft-ietf-httpbis/latest/p6-cache.xml
r1522 r1523 2601 2601 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in [Part2], Section 8> 2602 2602 2603 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2>2603 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 3.2.1> 2604 2604 2605 2605 <x:ref>Pragma</x:ref> = *( "," OWS ) pragma-directive *( OWS "," [ OWS … … 2635 2635 <x:ref>pseudonym</x:ref> = <pseudonym, defined in [Part1], Section 8.8> 2636 2636 2637 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2. 3>2638 2639 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2. 3>2637 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.4> 2638 2639 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.4> 2640 2640 2641 2641 <x:ref>uri-host</x:ref> = <uri-host, defined in [Part1], Section 2.7> -
draft-ietf-httpbis/latest/p7-auth.html
r1522 r1523 458 458 } 459 459 @bottom-center { 460 content: "Expires August 4, 2012";460 content: "Expires August 6, 2012"; 461 461 } 462 462 @bottom-right { … … 504 504 <meta name="dct.creator" content="Reschke, J. F."> 505 505 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p7-auth-latest"> 506 <meta name="dct.issued" scheme="ISO8601" content="2012-02-0 1">506 <meta name="dct.issued" scheme="ISO8601" content="2012-02-03"> 507 507 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 508 508 <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 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 the HTTP Authentication framework."> … … 535 535 </tr> 536 536 <tr> 537 <td class="left">Expires: August 4, 2012</td>537 <td class="left">Expires: August 6, 2012</td> 538 538 <td class="right">HP</td> 539 539 </tr> … … 588 588 <tr> 589 589 <td class="left"></td> 590 <td class="right">February 1, 2012</td>590 <td class="right">February 3, 2012</td> 591 591 </tr> 592 592 </tbody> … … 616 616 in progress”. 617 617 </p> 618 <p>This Internet-Draft will expire on August 4, 2012.</p>618 <p>This Internet-Draft will expire on August 6, 2012.</p> 619 619 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 620 620 <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1166 1166 <div id="rfc.figure.u.10"></div> <pre class="inline"><a href="#header.authorization" class="smpl">Authorization</a> = credentials 1167 1167 1168 <a href="#core.rules" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 1.2.2>1169 1170 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 1.2.2>1168 <a href="#core.rules" class="smpl">BWS</a> = <BWS, defined in [Part1], Section 3.2.1> 1169 1170 <a href="#core.rules" class="smpl">OWS</a> = <OWS, defined in [Part1], Section 3.2.1> 1171 1171 1172 1172 <a href="#header.proxy-authenticate" class="smpl">Proxy-Authenticate</a> = *( "," OWS ) challenge *( OWS "," [ OWS … … 1188 1188 *( OWS "," [ OWS auth-param ] ) ] ) ] 1189 1189 1190 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2. 3>1191 1192 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2. 3>1190 <a href="#core.rules" class="smpl">quoted-string</a> = <quoted-string, defined in [Part1], Section 3.2.4> 1191 1192 <a href="#core.rules" class="smpl">token</a> = <token, defined in [Part1], Section 3.2.4> 1193 1193 </pre> <div id="rfc.figure.u.11"></div> 1194 1194 <p>ABNF diagnostics:</p><pre class="inline">; Authorization defined but not used -
draft-ietf-httpbis/latest/p7-auth.xml
r1522 r1523 1191 1191 <x:ref>Authorization</x:ref> = credentials 1192 1192 1193 <x:ref>BWS</x:ref> = <BWS, defined in [Part1], Section 1.2.2>1194 1195 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 1.2.2>1193 <x:ref>BWS</x:ref> = <BWS, defined in [Part1], Section 3.2.1> 1194 1195 <x:ref>OWS</x:ref> = <OWS, defined in [Part1], Section 3.2.1> 1196 1196 1197 1197 <x:ref>Proxy-Authenticate</x:ref> = *( "," OWS ) challenge *( OWS "," [ OWS … … 1213 1213 *( OWS "," [ OWS auth-param ] ) ] ) ] 1214 1214 1215 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2. 3>1216 1217 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2. 3>1215 <x:ref>quoted-string</x:ref> = <quoted-string, defined in [Part1], Section 3.2.4> 1216 1217 <x:ref>token</x:ref> = <token, defined in [Part1], Section 3.2.4> 1218 1218 </artwork> 1219 1219 </figure>
Note: See TracChangeset
for help on using the changeset viewer.