Changeset 31 for draft-ietf-httpbis/latest/p3-payload.xml
- Timestamp:
- 11/12/07 13:57:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p3-payload.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 caching "[Part 6]"> 15 <!ENTITY header-transfer-encoding "[Part 1]"> 16 <!ENTITY header-allow "[Part 2]"> 17 <!ENTITY header-content-length "[Part 1]"> 18 <!ENTITY header-content-range "[Part 5]"> 19 <!ENTITY header-expires "[Part 6]"> 20 <!ENTITY header-last-modified "[Part 4]"> 21 <!ENTITY header-user-agent "[Part 2]"> 22 <!ENTITY message-body "[Part 1]"> 23 <!ENTITY message-length "[Part 1]"> 24 <!ENTITY multipart-byteranges "[Part 5]"> 14 <!ENTITY ID-MONTH "December"> 15 <!ENTITY ID-YEAR "2007"> 16 <!ENTITY caching "<xref target='Part6' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 17 <!ENTITY header-transfer-encoding "<xref target='Part1' x:rel='#header.transfer-encoding' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 18 <!ENTITY header-allow "<xref target='Part2' x:rel='#header.allow' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 19 <!ENTITY header-content-length "<xref target='Part1' x:rel='#header.content-length' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 20 <!ENTITY header-content-range "<xref target='Part5' x:rel='#header.content-range' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 21 <!ENTITY header-expires "<xref target='Part6' x:rel='#header.expires' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 22 <!ENTITY header-last-modified "<xref target='Part4' x:rel='#header.last-modified' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 23 <!ENTITY header-user-agent "<xref target='Part2' x:rel='#header.user-agent' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 24 <!ENTITY message-body "<xref target='Part1' x:rel='#message.body' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 25 <!ENTITY message-length "<xref target='Part1' x:rel='#message.length' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 26 <!ENTITY multipart-byteranges "<xref target='Part5' x:rel='#internet.media.type.multipart.byteranges' xmlns:x='http://purl.org/net/xml2rfc/ext'/>"> 25 27 ]> 26 28 <?rfc toc="yes" ?> … … 145 147 </author> 146 148 147 <date month=" December" year="2007"/>149 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 148 150 149 151 <abstract> … … 1380 1382 <references> 1381 1383 1384 <reference anchor="Part1"> 1385 <front> 1386 <title abbrev="HTTP/1.1">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</title> 1387 1388 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 1389 <organization abbrev="Day Software">Day Software</organization> 1390 <address> 1391 <email>fielding@gbiv.com</email> 1392 </address> 1393 </author> 1394 1395 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1396 <organization>One Laptop per Child</organization> 1397 <address> 1398 <email>jg@laptop.org</email> 1399 </address> 1400 </author> 1401 1402 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1403 <organization abbrev="HP">Hewlett-Packard Company</organization> 1404 <address> 1405 <email>JeffMogul@acm.org</email> 1406 </address> 1407 </author> 1408 1409 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 1410 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1411 <address> 1412 <email>henrikn@microsoft.com</email> 1413 </address> 1414 </author> 1415 1416 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 1417 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 1418 <address> 1419 <email>LMM@acm.org</email> 1420 </address> 1421 </author> 1422 1423 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 1424 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1425 <address> 1426 <email>paulle@microsoft.com</email> 1427 </address> 1428 </author> 1429 1430 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1431 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 1432 <address> 1433 <email>timbl@w3.org</email> 1434 </address> 1435 </author> 1436 1437 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1438 </front> 1439 <seriesInfo name="Internet-Draft" value="draft-fielding-p1-messaging-&ID-VERSION;"/> 1440 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 1441 </reference> 1442 1443 <reference anchor="Part2"> 1444 <front> 1445 <title abbrev="HTTP/1.1">HTTP/1.1, part 2: Message Semantics</title> 1446 1447 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 1448 <organization abbrev="Day Software">Day Software</organization> 1449 <address> 1450 <email>fielding@gbiv.com</email> 1451 </address> 1452 </author> 1453 1454 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1455 <organization>One Laptop per Child</organization> 1456 <address> 1457 <email>jg@laptop.org</email> 1458 </address> 1459 </author> 1460 1461 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1462 <organization abbrev="HP">Hewlett-Packard Company</organization> 1463 <address> 1464 <email>JeffMogul@acm.org</email> 1465 </address> 1466 </author> 1467 1468 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 1469 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1470 <address> 1471 <email>henrikn@microsoft.com</email> 1472 </address> 1473 </author> 1474 1475 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 1476 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 1477 <address> 1478 <email>LMM@acm.org</email> 1479 </address> 1480 </author> 1481 1482 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 1483 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1484 <address> 1485 <email>paulle@microsoft.com</email> 1486 </address> 1487 </author> 1488 1489 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1490 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 1491 <address> 1492 <email>timbl@w3.org</email> 1493 </address> 1494 </author> 1495 1496 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1497 </front> 1498 <seriesInfo name="Internet-Draft" value="draft-fielding-p2-semantics-&ID-VERSION;"/> 1499 <x:source href="p2-semantics.xml" basename="p2-semantics"/> 1500 </reference> 1501 1502 <reference anchor="Part4"> 1503 <front> 1504 <title abbrev="HTTP/1.1">HTTP/1.1, part 4: Conditional Requests</title> 1505 1506 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 1507 <organization abbrev="Day Software">Day Software</organization> 1508 <address> 1509 <email>fielding@gbiv.com</email> 1510 </address> 1511 </author> 1512 1513 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1514 <organization>One Laptop per Child</organization> 1515 <address> 1516 <email>jg@laptop.org</email> 1517 </address> 1518 </author> 1519 1520 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1521 <organization abbrev="HP">Hewlett-Packard Company</organization> 1522 <address> 1523 <email>JeffMogul@acm.org</email> 1524 </address> 1525 </author> 1526 1527 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 1528 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1529 <address> 1530 <email>henrikn@microsoft.com</email> 1531 </address> 1532 </author> 1533 1534 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 1535 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 1536 <address> 1537 <email>LMM@acm.org</email> 1538 </address> 1539 </author> 1540 1541 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 1542 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1543 <address> 1544 <email>paulle@microsoft.com</email> 1545 </address> 1546 </author> 1547 1548 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1549 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 1550 <address> 1551 <email>timbl@w3.org</email> 1552 </address> 1553 </author> 1554 1555 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1556 </front> 1557 <seriesInfo name="Internet-Draft" value="draft-fielding-p4-conditional-&ID-VERSION;"/> 1558 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 1559 </reference> 1560 1561 <reference anchor="Part5"> 1562 <front> 1563 <title abbrev="HTTP/1.1">HTTP/1.1, part 5: Range Requests and Partial Responses</title> 1564 1565 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 1566 <organization abbrev="Day Software">Day Software</organization> 1567 <address> 1568 <email>fielding@gbiv.com</email> 1569 </address> 1570 </author> 1571 1572 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1573 <organization>One Laptop per Child</organization> 1574 <address> 1575 <email>jg@laptop.org</email> 1576 </address> 1577 </author> 1578 1579 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1580 <organization abbrev="HP">Hewlett-Packard Company</organization> 1581 <address> 1582 <email>JeffMogul@acm.org</email> 1583 </address> 1584 </author> 1585 1586 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 1587 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1588 <address> 1589 <email>henrikn@microsoft.com</email> 1590 </address> 1591 </author> 1592 1593 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 1594 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 1595 <address> 1596 <email>LMM@acm.org</email> 1597 </address> 1598 </author> 1599 1600 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 1601 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1602 <address> 1603 <email>paulle@microsoft.com</email> 1604 </address> 1605 </author> 1606 1607 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1608 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 1609 <address> 1610 <email>timbl@w3.org</email> 1611 </address> 1612 </author> 1613 1614 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1615 </front> 1616 <seriesInfo name="Internet-Draft" value="draft-fielding-p5-range-&ID-VERSION;"/> 1617 <x:source href="p5-range.xml" basename="p5-range"/> 1618 </reference> 1619 1620 <reference anchor="Part6"> 1621 <front> 1622 <title abbrev="HTTP/1.1">HTTP/1.1, part 6: Caching</title> 1623 1624 <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor"> 1625 <organization abbrev="Day Software">Day Software</organization> 1626 <address> 1627 <email>fielding@gbiv.com</email> 1628 </address> 1629 </author> 1630 1631 <author initials="J." surname="Gettys" fullname="Jim Gettys"> 1632 <organization>One Laptop per Child</organization> 1633 <address> 1634 <email>jg@laptop.org</email> 1635 </address> 1636 </author> 1637 1638 <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul"> 1639 <organization abbrev="HP">Hewlett-Packard Company</organization> 1640 <address> 1641 <email>JeffMogul@acm.org</email> 1642 </address> 1643 </author> 1644 1645 <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen"> 1646 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1647 <address> 1648 <email>henrikn@microsoft.com</email> 1649 </address> 1650 </author> 1651 1652 <author initials="L." surname="Masinter" fullname="Larry Masinter"> 1653 <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization> 1654 <address> 1655 <email>LMM@acm.org</email> 1656 </address> 1657 </author> 1658 1659 <author initials="P." surname="Leach" fullname="Paul J. Leach"> 1660 <organization abbrev="Microsoft">Microsoft Corporation</organization> 1661 <address> 1662 <email>paulle@microsoft.com</email> 1663 </address> 1664 </author> 1665 1666 <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee"> 1667 <organization abbrev="W3C/MIT">World Wide Web Consortium</organization> 1668 <address> 1669 <email>timbl@w3.org</email> 1670 </address> 1671 </author> 1672 1673 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1674 </front> 1675 <seriesInfo name="Internet-Draft" value="draft-fielding-p6-cache-&ID-VERSION;"/> 1676 <x:source href="p6-cache.xml" basename="p6-cache"/> 1677 </reference> 1678 1382 1679 <reference anchor="RFC1766"> 1383 1680 <front>
Note: See TracChangeset
for help on using the changeset viewer.