Changeset 61 for draft-ietf-httpbis/latest
- Timestamp:
- 18/12/07 13:07:35 (15 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r58 r61 1956 1956 <tr> 1957 1957 <td class="reference"><b id="Part2">[Part2]</b></td> 1958 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-fielding-p2-semantics-latest (work in progress), December 2007.1958 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), December 2007. 1959 1959 </td> 1960 1960 </tr> 1961 1961 <tr> 1962 1962 <td class="reference"><b id="Part3">[Part3]</b></td> 1963 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-fielding-p3-payload-latest (work in progress), December 2007.1963 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-ietf-httpbis-p3-payload-latest (work in progress), December 2007. 1964 1964 </td> 1965 1965 </tr> 1966 1966 <tr> 1967 1967 <td class="reference"><b id="Part6">[Part6]</b></td> 1968 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-fielding-p6-cache-latest (work in progress), December 2007.1968 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), December 2007. 1969 1969 </td> 1970 1970 </tr> -
draft-ietf-httpbis/latest/p1-messaging.xml
r51 r61 2931 2931 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2932 2932 </front> 2933 <seriesInfo name="Internet-Draft" value="draft- fielding-p2-semantics-&ID-VERSION;"/>2933 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/> 2934 2934 <x:source href="p2-semantics.xml" basename="p2-semantics"/> 2935 2935 </reference> … … 2968 2968 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2969 2969 </front> 2970 <seriesInfo name="Internet-Draft" value="draft- fielding-p3-payload-&ID-VERSION;"/>2970 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p3-payload-&ID-VERSION;"/> 2971 2971 <x:source href="p3-payload.xml" basename="p3-payload"/> 2972 2972 </reference> … … 3005 3005 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 3006 3006 </front> 3007 <seriesInfo name="Internet-Draft" value="draft- fielding-p6-cache-&ID-VERSION;"/>3007 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/> 3008 3008 <x:source href="p6-cache.xml" basename="p6-cache"/> 3009 3009 </reference> -
draft-ietf-httpbis/latest/p2-semantics.html
r60 r61 1528 1528 <tr> 1529 1529 <td class="reference"><b id="Part1">[Part1]</b></td> 1530 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-fielding-p1-messaging-latest (work in progress), December 2007.1530 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), December 2007. 1531 1531 </td> 1532 1532 </tr> 1533 1533 <tr> 1534 1534 <td class="reference"><b id="Part3">[Part3]</b></td> 1535 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-fielding-p3-payload-latest (work in progress), December 2007.1535 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-ietf-httpbis-p3-payload-latest (work in progress), December 2007. 1536 1536 </td> 1537 1537 </tr> 1538 1538 <tr> 1539 1539 <td class="reference"><b id="Part4">[Part4]</b></td> 1540 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-fielding-p4-conditional-latest (work in progress), December 2007.1540 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), December 2007. 1541 1541 </td> 1542 1542 </tr> 1543 1543 <tr> 1544 1544 <td class="reference"><b id="Part5">[Part5]</b></td> 1545 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-fielding-p5-range-latest (work in progress), December 2007.1545 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), December 2007. 1546 1546 </td> 1547 1547 </tr> 1548 1548 <tr> 1549 1549 <td class="reference"><b id="Part6">[Part6]</b></td> 1550 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-fielding-p6-cache-latest (work in progress), December 2007.1550 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), December 2007. 1551 1551 </td> 1552 1552 </tr> 1553 1553 <tr> 1554 1554 <td class="reference"><b id="Part7">[Part7]</b></td> 1555 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p7-auth-latest">HTTP/1.1, part 7: Authentication</a>”, Internet-Draft draft-fielding-p7-auth-latest (work in progress), December 2007.1555 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-latest">HTTP/1.1, part 7: Authentication</a>”, Internet-Draft draft-ietf-httpbis-p7-auth-latest (work in progress), December 2007. 1556 1556 </td> 1557 1557 </tr> -
draft-ietf-httpbis/latest/p2-semantics.xml
r45 r61 2076 2076 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2077 2077 </front> 2078 <seriesInfo name="Internet-Draft" value="draft- fielding-p1-messaging-&ID-VERSION;"/>2078 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/> 2079 2079 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 2080 2080 </reference> … … 2113 2113 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2114 2114 </front> 2115 <seriesInfo name="Internet-Draft" value="draft- fielding-p3-payload-&ID-VERSION;"/>2115 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p3-payload-&ID-VERSION;"/> 2116 2116 <x:source href="p3-payload.xml" basename="p3-payload"/> 2117 2117 </reference> … … 2150 2150 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2151 2151 </front> 2152 <seriesInfo name="Internet-Draft" value="draft- fielding-p4-conditional-&ID-VERSION;"/>2152 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/> 2153 2153 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 2154 2154 </reference> … … 2187 2187 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2188 2188 </front> 2189 <seriesInfo name="Internet-Draft" value="draft- fielding-p5-range-&ID-VERSION;"/>2189 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/> 2190 2190 <x:source href="p5-range.xml" basename="p5-range"/> 2191 2191 </reference> … … 2224 2224 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2225 2225 </front> 2226 <seriesInfo name="Internet-Draft" value="draft- fielding-p6-cache-&ID-VERSION;"/>2226 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/> 2227 2227 <x:source href="p6-cache.xml" basename="p6-cache"/> 2228 2228 </reference> … … 2261 2261 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2262 2262 </front> 2263 <seriesInfo name="Internet-Draft" value="draft- fielding-p7-auth-&ID-VERSION;"/>2263 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p7-auth-&ID-VERSION;"/> 2264 2264 <x:source href="p7-auth.xml" basename="p7-auth"/> 2265 2265 </reference> -
draft-ietf-httpbis/latest/p3-payload.html
r60 r61 1166 1166 <tr> 1167 1167 <td class="reference"><b id="Part1">[Part1]</b></td> 1168 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-fielding-p1-messaging-latest (work in progress), December 2007.1168 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), December 2007. 1169 1169 </td> 1170 1170 </tr> 1171 1171 <tr> 1172 1172 <td class="reference"><b id="Part2">[Part2]</b></td> 1173 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-fielding-p2-semantics-latest (work in progress), December 2007.1173 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), December 2007. 1174 1174 </td> 1175 1175 </tr> 1176 1176 <tr> 1177 1177 <td class="reference"><b id="Part4">[Part4]</b></td> 1178 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-fielding-p4-conditional-latest (work in progress), December 2007.1178 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), December 2007. 1179 1179 </td> 1180 1180 </tr> 1181 1181 <tr> 1182 1182 <td class="reference"><b id="Part5">[Part5]</b></td> 1183 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-fielding-p5-range-latest (work in progress), December 2007.1183 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), December 2007. 1184 1184 </td> 1185 1185 </tr> 1186 1186 <tr> 1187 1187 <td class="reference"><b id="Part6">[Part6]</b></td> 1188 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-fielding-p6-cache-latest (work in progress), December 2007.1188 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), December 2007. 1189 1189 </td> 1190 1190 </tr> -
draft-ietf-httpbis/latest/p3-payload.xml
r42 r61 1439 1439 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1440 1440 </front> 1441 <seriesInfo name="Internet-Draft" value="draft- fielding-p1-messaging-&ID-VERSION;"/>1441 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/> 1442 1442 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 1443 1443 </reference> … … 1476 1476 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1477 1477 </front> 1478 <seriesInfo name="Internet-Draft" value="draft- fielding-p2-semantics-&ID-VERSION;"/>1478 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/> 1479 1479 <x:source href="p2-semantics.xml" basename="p2-semantics"/> 1480 1480 </reference> … … 1513 1513 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1514 1514 </front> 1515 <seriesInfo name="Internet-Draft" value="draft- fielding-p4-conditional-&ID-VERSION;"/>1515 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/> 1516 1516 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 1517 1517 </reference> … … 1550 1550 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1551 1551 </front> 1552 <seriesInfo name="Internet-Draft" value="draft- fielding-p5-range-&ID-VERSION;"/>1552 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/> 1553 1553 <x:source href="p5-range.xml" basename="p5-range"/> 1554 1554 </reference> … … 1587 1587 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1588 1588 </front> 1589 <seriesInfo name="Internet-Draft" value="draft- fielding-p6-cache-&ID-VERSION;"/>1589 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/> 1590 1590 <x:source href="p6-cache.xml" basename="p6-cache"/> 1591 1591 </reference> -
draft-ietf-httpbis/latest/p4-conditional.html
r58 r61 865 865 <tr> 866 866 <td class="reference"><b id="Part1">[Part1]</b></td> 867 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-fielding-p1-messaging-latest (work in progress), December 2007.867 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), December 2007. 868 868 </td> 869 869 </tr> 870 870 <tr> 871 871 <td class="reference"><b id="Part5">[Part5]</b></td> 872 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-fielding-p5-range-latest (work in progress), December 2007.872 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), December 2007. 873 873 </td> 874 874 </tr> 875 875 <tr> 876 876 <td class="reference"><b id="Part6">[Part6]</b></td> 877 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-fielding-p6-cache-latest (work in progress), December 2007.877 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), December 2007. 878 878 </td> 879 879 </tr> -
draft-ietf-httpbis/latest/p4-conditional.xml
r45 r61 925 925 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 926 926 </front> 927 <seriesInfo name="Internet-Draft" value="draft- fielding-p1-messaging-&ID-VERSION;"/>927 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/> 928 928 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 929 929 </reference> … … 962 962 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 963 963 </front> 964 <seriesInfo name="Internet-Draft" value="draft- fielding-p5-range-&ID-VERSION;"/>964 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/> 965 965 <x:source href="p5-range.xml" basename="p5-range"/> 966 966 </reference> … … 999 999 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 1000 1000 </front> 1001 <seriesInfo name="Internet-Draft" value="draft- fielding-p6-cache-&ID-VERSION;"/>1001 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/> 1002 1002 <x:source href="p6-cache.xml" basename="p6-cache"/> 1003 1003 </reference> -
draft-ietf-httpbis/latest/p5-range.html
r60 r61 755 755 <tr> 756 756 <td class="reference"><b id="Part1">[Part1]</b></td> 757 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-fielding-p1-messaging-latest (work in progress), December 2007.757 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), December 2007. 758 758 </td> 759 759 </tr> 760 760 <tr> 761 761 <td class="reference"><b id="Part4">[Part4]</b></td> 762 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-fielding-p4-conditional-latest (work in progress), December 2007.762 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), December 2007. 763 763 </td> 764 764 </tr> -
draft-ietf-httpbis/latest/p5-range.xml
r42 r61 733 733 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 734 734 </front> 735 <seriesInfo name="Internet-Draft" value="draft- fielding-p1-messaging-&ID-VERSION;"/>735 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/> 736 736 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 737 737 </reference> … … 770 770 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 771 771 </front> 772 <seriesInfo name="Internet-Draft" value="draft- fielding-p4-conditional-&ID-VERSION;"/>772 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/> 773 773 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 774 774 </reference> -
draft-ietf-httpbis/latest/p6-cache.html
r60 r61 1701 1701 <tr> 1702 1702 <td class="reference"><b id="Part1">[Part1]</b></td> 1703 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-fielding-p1-messaging-latest (work in progress), December 2007.1703 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-latest">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</a>”, Internet-Draft draft-ietf-httpbis-p1-messaging-latest (work in progress), December 2007. 1704 1704 </td> 1705 1705 </tr> 1706 1706 <tr> 1707 1707 <td class="reference"><b id="Part2">[Part2]</b></td> 1708 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-fielding-p2-semantics-latest (work in progress), December 2007.1708 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-latest">HTTP/1.1, part 2: Message Semantics</a>”, Internet-Draft draft-ietf-httpbis-p2-semantics-latest (work in progress), December 2007. 1709 1709 </td> 1710 1710 </tr> 1711 1711 <tr> 1712 1712 <td class="reference"><b id="Part3">[Part3]</b></td> 1713 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-fielding-p3-payload-latest (work in progress), December 2007.1713 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p3-payload-latest">HTTP/1.1, part 3: Message Payload and Content Negotiation</a>”, Internet-Draft draft-ietf-httpbis-p3-payload-latest (work in progress), December 2007. 1714 1714 </td> 1715 1715 </tr> 1716 1716 <tr> 1717 1717 <td class="reference"><b id="Part4">[Part4]</b></td> 1718 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-fielding-p4-conditional-latest (work in progress), December 2007.1718 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-latest">HTTP/1.1, part 4: Conditional Requests</a>”, Internet-Draft draft-ietf-httpbis-p4-conditional-latest (work in progress), December 2007. 1719 1719 </td> 1720 1720 </tr> 1721 1721 <tr> 1722 1722 <td class="reference"><b id="Part5">[Part5]</b></td> 1723 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-fielding-p5-range-latest (work in progress), December 2007.1723 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p5-range-latest">HTTP/1.1, part 5: Range Requests and Partial Responses</a>”, Internet-Draft draft-ietf-httpbis-p5-range-latest (work in progress), December 2007. 1724 1724 </td> 1725 1725 </tr> 1726 1726 <tr> 1727 1727 <td class="reference"><b id="Part7">[Part7]</b></td> 1728 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p7-auth-latest">HTTP/1.1, part 7: Authentication</a>”, Internet-Draft draft-fielding-p7-auth-latest (work in progress), December 2007.1728 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p7-auth-latest">HTTP/1.1, part 7: Authentication</a>”, Internet-Draft draft-ietf-httpbis-p7-auth-latest (work in progress), December 2007. 1729 1729 </td> 1730 1730 </tr> -
draft-ietf-httpbis/latest/p6-cache.xml
r42 r61 2445 2445 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2446 2446 </front> 2447 <seriesInfo name="Internet-Draft" value="draft- fielding-p1-messaging-&ID-VERSION;"/>2447 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"/> 2448 2448 <x:source href="p1-messaging.xml" basename="p1-messaging"/> 2449 2449 </reference> … … 2482 2482 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2483 2483 </front> 2484 <seriesInfo name="Internet-Draft" value="draft- fielding-p2-semantics-&ID-VERSION;"/>2484 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/> 2485 2485 <x:source href="p2-semantics.xml" basename="p2-semantics"/> 2486 2486 </reference> … … 2519 2519 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2520 2520 </front> 2521 <seriesInfo name="Internet-Draft" value="draft- fielding-p3-payload-&ID-VERSION;"/>2521 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p3-payload-&ID-VERSION;"/> 2522 2522 <x:source href="p3-payload.xml" basename="p3-payload"/> 2523 2523 </reference> … … 2556 2556 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2557 2557 </front> 2558 <seriesInfo name="Internet-Draft" value="draft- fielding-p4-conditional-&ID-VERSION;"/>2558 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p4-conditional-&ID-VERSION;"/> 2559 2559 <x:source href="p4-conditional.xml" basename="p4-conditional"/> 2560 2560 </reference> … … 2593 2593 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2594 2594 </front> 2595 <seriesInfo name="Internet-Draft" value="draft- fielding-p5-range-&ID-VERSION;"/>2595 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/> 2596 2596 <x:source href="p5-range.xml" basename="p5-range"/> 2597 2597 </reference> … … 2630 2630 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 2631 2631 </front> 2632 <seriesInfo name="Internet-Draft" value="draft- fielding-p7-auth-&ID-VERSION;"/>2632 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p7-auth-&ID-VERSION;"/> 2633 2633 <x:source href="p7-auth.xml" basename="p7-auth"/> 2634 2634 </reference> -
draft-ietf-httpbis/latest/p7-auth.html
r58 r61 607 607 <tr> 608 608 <td class="reference"><b id="Part6">[Part6]</b></td> 609 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft- fielding-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-fielding-p6-cache-latest (work in progress), December 2007.609 <td class="top"><a title="Day Software">Fielding, R., Ed.</a>, <a title="One Laptop per Child">Gettys, J.</a>, <a title="Hewlett-Packard Company">Mogul, J.</a>, <a title="Microsoft Corporation">Frystyk, H.</a>, <a title="Adobe Systems, Incorporated">Masinter, L.</a>, <a title="Microsoft Corporation">Leach, P.</a>, and <a title="World Wide Web Consortium">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/draft-ietf-httpbis-p6-cache-latest">HTTP/1.1, part 6: Caching</a>”, Internet-Draft draft-ietf-httpbis-p6-cache-latest (work in progress), December 2007. 610 610 </td> 611 611 </tr> -
draft-ietf-httpbis/latest/p7-auth.xml
r42 r61 455 455 <date month="&ID-MONTH;" year="&ID-YEAR;"/> 456 456 </front> 457 <seriesInfo name="Internet-Draft" value="draft- fielding-p6-cache-&ID-VERSION;"/>457 <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/> 458 458 <x:source href="p6-cache.xml" basename="p6-cache"/> 459 459 </reference>
Note: See TracChangeset
for help on using the changeset viewer.