Changeset 31 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 11/12/07 13:57:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r29 r31 12 12 <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>"> 13 13 <!ENTITY ID-VERSION "latest"> 14 <!ENTITY messaging "[Part 1]"> 15 <!ENTITY combining-byte-ranges "[Part 5]"> 16 <!ENTITY entity-length "[Part 3]"> 17 <!ENTITY entity-tags "[Part 4]"> 18 <!ENTITY full-date "[Part 1]"> 19 <!ENTITY header-authorization "[Part 7]"> 20 <!ENTITY header-connection "[Part 1]"> 21 <!ENTITY header-date "[Part 1]"> 22 <!ENTITY weak-and-strong-validators "[Part 4]"> 23 <!ENTITY message-headers "[Part 1]"> 24 <!ENTITY message-length "[Part 1]"> 25 <!ENTITY safe-methods "[Part 2]"> 26 <!ENTITY server-driven-negotiation "[Part 3]"> 14 <!ENTITY ID-MONTH "December"> 15 <!ENTITY ID-YEAR "2007"> 16 <!ENTITY messaging "<xref target='Part1' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 17 <!ENTITY combining-byte-ranges "<xref target='Part5' x:rel='#combining.byte.ranges' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 <!ENTITY entity-length "<xref target='Part3' x:rel='#entity.length' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 <!ENTITY entity-tags "<xref target='Part4' x:rel='#entity.tags' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 <!ENTITY full-date "<xref target='Part1' x:rel='#full.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 <!ENTITY header-authorization "<xref target='Part7' x:rel='#header.authorization' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 <!ENTITY header-connection "<xref target='Part1' x:rel='#header.connection' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 <!ENTITY header-date "<xref target='Part1' x:rel='#header.date' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 24 <!ENTITY weak-and-strong-validators "<xref target='Part4' x:rel='#weak.and.strong.validators' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 25 <!ENTITY message-headers "<xref target='Part1' x:rel='#message.headers' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 26 <!ENTITY message-length "<xref target='Part1' x:rel='#message.length' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 27 <!ENTITY safe-methods "<xref target='Part2' x:rel='#safe.methods' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 28 <!ENTITY server-driven-negotiation "<xref target='Part3' x:rel='#server-driven.negotiation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 27 29 ]> 28 30 <?rfc toc="yes" ?> … … 147 149 </author> 148 150 149 <date month=" December" year="2007"/>151 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 150 152 151 153 <abstract> … … 2385 2387 <back> 2386 2388 <references> 2389 2390 <reference anchor="Part1"> 2391 <front> 2392 <title abbrev="HTTP/1.1">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</title> 2393 2394 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2395 <organization abbrev="Day Software">Day Software</organization> 2396 <address> 2397 <email>fielding@gbiv.com</email> 2398 </address> 2399 </author> 2400 2401 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2402 <organization>One Laptop per Child</organization> 2403 <address> 2404 <email>jg@laptop.org</email> 2405 </address> 2406 </author> 2407 2408 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2409 <organization abbrev="HP">Hewlett-Packard Company</organization> 2410 <address> 2411 <email>JeffMogul@acm.org</email> 2412 </address> 2413 </author> 2414 2415 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2416 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2417 <address> 2418 <email>henrikn@microsoft.com</email> 2419 </address> 2420 </author> 2421 2422 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2423 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2424 <address> 2425 <email>LMM@acm.org</email> 2426 </address> 2427 </author> 2428 2429 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2430 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2431 <address> 2432 <email>paulle@microsoft.com</email> 2433 </address> 2434 </author> 2435 2436 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2437 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2438 <address> 2439 <email>timbl@w3.org</email> 2440 </address> 2441 </author> 2442 2443 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2444 </front> 2445 <seriesInfo name="Internet-Draft" value="draft-fielding-p1-messaging-&ID-VERSION;"/> 2446 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 2447 </reference> 2448 2449 <reference anchor="Part2"> 2450 <front> 2451 <title abbrev="HTTP/1.1">HTTP/1.1, part 2: Message Semantics</title> 2452 2453 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2454 <organization abbrev="Day Software">Day Software</organization> 2455 <address> 2456 <email>fielding@gbiv.com</email> 2457 </address> 2458 </author> 2459 2460 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2461 <organization>One Laptop per Child</organization> 2462 <address> 2463 <email>jg@laptop.org</email> 2464 </address> 2465 </author> 2466 2467 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2468 <organization abbrev="HP">Hewlett-Packard Company</organization> 2469 <address> 2470 <email>JeffMogul@acm.org</email> 2471 </address> 2472 </author> 2473 2474 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2475 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2476 <address> 2477 <email>henrikn@microsoft.com</email> 2478 </address> 2479 </author> 2480 2481 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2482 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2483 <address> 2484 <email>LMM@acm.org</email> 2485 </address> 2486 </author> 2487 2488 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2489 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2490 <address> 2491 <email>paulle@microsoft.com</email> 2492 </address> 2493 </author> 2494 2495 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2496 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2497 <address> 2498 <email>timbl@w3.org</email> 2499 </address> 2500 </author> 2501 2502 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2503 </front> 2504 <seriesInfo name="Internet-Draft" value="draft-fielding-p2-semantics-&ID-VERSION;"/> 2505 <x:source href="p2-semantics.xml" basename="p2-semantics"/> 2506 </reference> 2507 2508 <reference anchor="Part3"> 2509 <front> 2510 <title abbrev="HTTP/1.1">HTTP/1.1, part 3: Message Payload and Content Negotiation</title> 2511 2512 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2513 <organization abbrev="Day Software">Day Software</organization> 2514 <address> 2515 <email>fielding@gbiv.com</email> 2516 </address> 2517 </author> 2518 2519 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2520 <organization>One Laptop per Child</organization> 2521 <address> 2522 <email>jg@laptop.org</email> 2523 </address> 2524 </author> 2525 2526 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2527 <organization abbrev="HP">Hewlett-Packard Company</organization> 2528 <address> 2529 <email>JeffMogul@acm.org</email> 2530 </address> 2531 </author> 2532 2533 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2534 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2535 <address> 2536 <email>henrikn@microsoft.com</email> 2537 </address> 2538 </author> 2539 2540 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2541 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2542 <address> 2543 <email>LMM@acm.org</email> 2544 </address> 2545 </author> 2546 2547 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2548 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2549 <address> 2550 <email>paulle@microsoft.com</email> 2551 </address> 2552 </author> 2553 2554 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2555 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2556 <address> 2557 <email>timbl@w3.org</email> 2558 </address> 2559 </author> 2560 2561 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2562 </front> 2563 <seriesInfo name="Internet-Draft" value="draft-fielding-p3-payload-&ID-VERSION;"/> 2564 <x:source href="p3-payload.xml" basename="p3-payload"/> 2565 </reference> 2566 2567 <reference anchor="Part4"> 2568 <front> 2569 <title abbrev="HTTP/1.1">HTTP/1.1, part 4: Conditional Requests</title> 2570 2571 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2572 <organization abbrev="Day Software">Day Software</organization> 2573 <address> 2574 <email>fielding@gbiv.com</email> 2575 </address> 2576 </author> 2577 2578 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2579 <organization>One Laptop per Child</organization> 2580 <address> 2581 <email>jg@laptop.org</email> 2582 </address> 2583 </author> 2584 2585 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2586 <organization abbrev="HP">Hewlett-Packard Company</organization> 2587 <address> 2588 <email>JeffMogul@acm.org</email> 2589 </address> 2590 </author> 2591 2592 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2593 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2594 <address> 2595 <email>henrikn@microsoft.com</email> 2596 </address> 2597 </author> 2598 2599 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2600 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2601 <address> 2602 <email>LMM@acm.org</email> 2603 </address> 2604 </author> 2605 2606 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2607 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2608 <address> 2609 <email>paulle@microsoft.com</email> 2610 </address> 2611 </author> 2612 2613 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2614 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2615 <address> 2616 <email>timbl@w3.org</email> 2617 </address> 2618 </author> 2619 2620 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2621 </front> 2622 <seriesInfo name="Internet-Draft" value="draft-fielding-p4-conditional-&ID-VERSION;"/> 2623 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 2624 </reference> 2625 2626 <reference anchor="Part5"> 2627 <front> 2628 <title abbrev="HTTP/1.1">HTTP/1.1, part 5: Range Requests and Partial Responses</title> 2629 2630 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2631 <organization abbrev="Day Software">Day Software</organization> 2632 <address> 2633 <email>fielding@gbiv.com</email> 2634 </address> 2635 </author> 2636 2637 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2638 <organization>One Laptop per Child</organization> 2639 <address> 2640 <email>jg@laptop.org</email> 2641 </address> 2642 </author> 2643 2644 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2645 <organization abbrev="HP">Hewlett-Packard Company</organization> 2646 <address> 2647 <email>JeffMogul@acm.org</email> 2648 </address> 2649 </author> 2650 2651 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2652 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2653 <address> 2654 <email>henrikn@microsoft.com</email> 2655 </address> 2656 </author> 2657 2658 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2659 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2660 <address> 2661 <email>LMM@acm.org</email> 2662 </address> 2663 </author> 2664 2665 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2666 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2667 <address> 2668 <email>paulle@microsoft.com</email> 2669 </address> 2670 </author> 2671 2672 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2673 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2674 <address> 2675 <email>timbl@w3.org</email> 2676 </address> 2677 </author> 2678 2679 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2680 </front> 2681 <seriesInfo name="Internet-Draft" value="draft-fielding-p5-range-&ID-VERSION;"/> 2682 <x:source href="p5-range.xml" basename="p5-range"/> 2683 </reference> 2684 2685 <reference anchor="Part7"> 2686 <front> 2687 <title abbrev="HTTP/1.1">HTTP/1.1, part 7: Authentication</title> 2688 2689 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 2690 <organization abbrev="Day Software">Day Software</organization> 2691 <address> 2692 <email>fielding@gbiv.com</email> 2693 </address> 2694 </author> 2695 2696 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 2697 <organization>One Laptop per Child</organization> 2698 <address> 2699 <email>jg@laptop.org</email> 2700 </address> 2701 </author> 2702 2703 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 2704 <organization abbrev="HP">Hewlett-Packard Company</organization> 2705 <address> 2706 <email>JeffMogul@acm.org</email> 2707 </address> 2708 </author> 2709 2710 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 2711 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2712 <address> 2713 <email>henrikn@microsoft.com</email> 2714 </address> 2715 </author> 2716 2717 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 2718 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 2719 <address> 2720 <email>LMM@acm.org</email> 2721 </address> 2722 </author> 2723 2724 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 2725 <organization abbrev="Microsoft">Microsoft Corporation</organization> 2726 <address> 2727 <email>paulle@microsoft.com</email> 2728 </address> 2729 </author> 2730 2731 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 2732 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 2733 <address> 2734 <email>timbl@w3.org</email> 2735 </address> 2736 </author> 2737 2738 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2739 </front> 2740 <seriesInfo name="Internet-Draft" value="draft-fielding-p7-auth-&ID-VERSION;"/> 2741 <x:source href="p7-auth.xml" basename="p7-auth"/> 2742 </reference> 2743 2387 2744 <reference anchor="RFC2047"> 2388 2745 <front>
Note: See TracChangeset
for help on using the changeset viewer.