1 | <!DOCTYPE html |
---|
2 | PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
---|
3 | <html lang="en"> |
---|
4 | <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/"> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
6 | <title>HTTP/1.1, part 0: Introduction</title><script> |
---|
7 | var buttonsAdded = false; |
---|
8 | |
---|
9 | function init() { |
---|
10 | var fb = document.createElement("div"); |
---|
11 | fb.className = "feedback noprint"; |
---|
12 | fb.setAttribute("onclick", "feedback();"); |
---|
13 | fb.appendChild(document.createTextNode("feedback")); |
---|
14 | |
---|
15 | var bodyl = document.getElementsByTagName("body"); |
---|
16 | bodyl.item(0).appendChild(fb); |
---|
17 | } |
---|
18 | |
---|
19 | function feedback() { |
---|
20 | toggleButtonsToElementsByName("h1"); |
---|
21 | toggleButtonsToElementsByName("h2"); |
---|
22 | toggleButtonsToElementsByName("h3"); |
---|
23 | toggleButtonsToElementsByName("h4"); |
---|
24 | |
---|
25 | buttonsAdded = !buttonsAdded; |
---|
26 | } |
---|
27 | |
---|
28 | function toggleButtonsToElementsByName(name) { |
---|
29 | var list = document.getElementsByTagName(name); |
---|
30 | for (var i = 0; i < list.length; i++) { |
---|
31 | toggleButton(list.item(i)); |
---|
32 | } |
---|
33 | } |
---|
34 | |
---|
35 | function toggleButton(node) { |
---|
36 | if (! buttonsAdded) { |
---|
37 | |
---|
38 | // docname |
---|
39 | var template = "mailto:ietf-http-wg@w3.org?subject={docname},%20%22{section}%22&body=<{ref}>:"; |
---|
40 | |
---|
41 | var id = node.getAttribute("id"); |
---|
42 | // better id available? |
---|
43 | var titlelinks = node.getElementsByTagName("a"); |
---|
44 | for (var i = 0; i < titlelinks.length; i++) { |
---|
45 | var tl = titlelinks.item(i); |
---|
46 | if (tl.getAttribute("id")) { |
---|
47 | id = tl.getAttribute("id"); |
---|
48 | } |
---|
49 | } |
---|
50 | |
---|
51 | // ref |
---|
52 | var ref = window.location.toString(); |
---|
53 | var hash = ref.indexOf("#"); |
---|
54 | if (hash != -1) { |
---|
55 | ref = ref.substring(0, hash); |
---|
56 | } |
---|
57 | if (id != "") { |
---|
58 | ref += "#" + id; |
---|
59 | } |
---|
60 | |
---|
61 | // docname |
---|
62 | var docname = "draft-ietf-httpbis-p0-introduction-latest"; |
---|
63 | |
---|
64 | // section |
---|
65 | var section = node.textContent; |
---|
66 | section = section.replace("\u00a0", " "); |
---|
67 | |
---|
68 | // build URI from template |
---|
69 | var uri = template.replace("{docname}", encodeURIComponent(docname)); |
---|
70 | uri = uri.replace("{section}", encodeURIComponent(section)); |
---|
71 | uri = uri.replace("{ref}", encodeURIComponent(ref)); |
---|
72 | |
---|
73 | var button = document.createElement("a"); |
---|
74 | button.className = "fbbutton noprint"; |
---|
75 | button.setAttribute("href", uri); |
---|
76 | button.appendChild(document.createTextNode("send feedback")); |
---|
77 | node.appendChild(button); |
---|
78 | } |
---|
79 | else { |
---|
80 | var buttons = node.getElementsByTagName("a"); |
---|
81 | for (var i = 0; i < buttons.length; i++) { |
---|
82 | var b = buttons.item(i); |
---|
83 | if (b.className == "fbbutton noprint") { |
---|
84 | node.removeChild(b); |
---|
85 | } |
---|
86 | } |
---|
87 | } |
---|
88 | }</script><style type="text/css" title="Xml2Rfc (sans serif)"> |
---|
89 | a { |
---|
90 | text-decoration: none; |
---|
91 | } |
---|
92 | a.smpl { |
---|
93 | color: black; |
---|
94 | } |
---|
95 | a:hover { |
---|
96 | text-decoration: underline; |
---|
97 | } |
---|
98 | a:active { |
---|
99 | text-decoration: underline; |
---|
100 | } |
---|
101 | address { |
---|
102 | margin-top: 1em; |
---|
103 | margin-left: 2em; |
---|
104 | font-style: normal; |
---|
105 | } |
---|
106 | body { |
---|
107 | color: black; |
---|
108 | font-family: verdana, helvetica, arial, sans-serif; |
---|
109 | font-size: 10pt; |
---|
110 | margin-right: 2em; |
---|
111 | } |
---|
112 | cite { |
---|
113 | font-style: normal; |
---|
114 | } |
---|
115 | dl { |
---|
116 | margin-left: 2em; |
---|
117 | } |
---|
118 | ul.empty { |
---|
119 | list-style-type: none; |
---|
120 | } |
---|
121 | ul.empty li { |
---|
122 | margin-top: .5em; |
---|
123 | } |
---|
124 | dl p { |
---|
125 | margin-left: 0em; |
---|
126 | } |
---|
127 | dt { |
---|
128 | margin-top: .5em; |
---|
129 | } |
---|
130 | h1 { |
---|
131 | font-size: 14pt; |
---|
132 | line-height: 21pt; |
---|
133 | page-break-after: avoid; |
---|
134 | } |
---|
135 | h1.np { |
---|
136 | page-break-before: always; |
---|
137 | } |
---|
138 | h1 a { |
---|
139 | color: #333333; |
---|
140 | } |
---|
141 | h2 { |
---|
142 | font-size: 12pt; |
---|
143 | line-height: 15pt; |
---|
144 | page-break-after: avoid; |
---|
145 | } |
---|
146 | h3, h4, h5, h6 { |
---|
147 | font-size: 10pt; |
---|
148 | page-break-after: avoid; |
---|
149 | } |
---|
150 | h2 a, h3 a, h4 a, h5 a, h6 a { |
---|
151 | color: black; |
---|
152 | } |
---|
153 | img { |
---|
154 | margin-left: 3em; |
---|
155 | } |
---|
156 | li { |
---|
157 | margin-left: 2em; |
---|
158 | } |
---|
159 | ol { |
---|
160 | margin-left: 2em; |
---|
161 | } |
---|
162 | ol.la { |
---|
163 | list-style-type: lower-alpha; |
---|
164 | } |
---|
165 | ol.ua { |
---|
166 | list-style-type: upper-alpha; |
---|
167 | } |
---|
168 | ol p { |
---|
169 | margin-left: 0em; |
---|
170 | } |
---|
171 | p { |
---|
172 | margin-left: 2em; |
---|
173 | } |
---|
174 | pre { |
---|
175 | margin-left: 3em; |
---|
176 | background-color: lightyellow; |
---|
177 | padding: .25em; |
---|
178 | page-break-inside: avoid; |
---|
179 | } |
---|
180 | pre.text2 { |
---|
181 | border-style: dotted; |
---|
182 | border-width: 1px; |
---|
183 | background-color: #f0f0f0; |
---|
184 | width: 69em; |
---|
185 | } |
---|
186 | pre.inline { |
---|
187 | background-color: white; |
---|
188 | padding: 0em; |
---|
189 | } |
---|
190 | pre.text { |
---|
191 | border-style: dotted; |
---|
192 | border-width: 1px; |
---|
193 | background-color: #f8f8f8; |
---|
194 | width: 69em; |
---|
195 | } |
---|
196 | pre.drawing { |
---|
197 | border-style: solid; |
---|
198 | border-width: 1px; |
---|
199 | background-color: #f8f8f8; |
---|
200 | padding: 2em; |
---|
201 | } |
---|
202 | table { |
---|
203 | margin-left: 2em; |
---|
204 | } |
---|
205 | table.header { |
---|
206 | border-spacing: 1px; |
---|
207 | width: 95%; |
---|
208 | font-size: 10pt; |
---|
209 | color: white; |
---|
210 | } |
---|
211 | td.top { |
---|
212 | vertical-align: top; |
---|
213 | } |
---|
214 | td.topnowrap { |
---|
215 | vertical-align: top; |
---|
216 | white-space: nowrap; |
---|
217 | } |
---|
218 | table.header td { |
---|
219 | background-color: gray; |
---|
220 | width: 50%; |
---|
221 | } |
---|
222 | td.reference { |
---|
223 | vertical-align: top; |
---|
224 | white-space: nowrap; |
---|
225 | padding-right: 1em; |
---|
226 | } |
---|
227 | thead { |
---|
228 | display:table-header-group; |
---|
229 | } |
---|
230 | ul.toc, ul.toc ul { |
---|
231 | list-style: none; |
---|
232 | margin-left: 1.5em; |
---|
233 | padding-left: 0em; |
---|
234 | } |
---|
235 | ul.toc li { |
---|
236 | line-height: 150%; |
---|
237 | font-weight: bold; |
---|
238 | font-size: 10pt; |
---|
239 | margin-left: 0em; |
---|
240 | } |
---|
241 | ul.toc li li { |
---|
242 | line-height: normal; |
---|
243 | font-weight: normal; |
---|
244 | font-size: 9pt; |
---|
245 | margin-left: 0em; |
---|
246 | } |
---|
247 | li.excluded { |
---|
248 | font-size: 0pt; |
---|
249 | } |
---|
250 | ul p { |
---|
251 | margin-left: 0em; |
---|
252 | } |
---|
253 | |
---|
254 | .comment { |
---|
255 | background-color: yellow; |
---|
256 | } |
---|
257 | .center { |
---|
258 | text-align: center; |
---|
259 | } |
---|
260 | .error { |
---|
261 | color: red; |
---|
262 | font-style: italic; |
---|
263 | font-weight: bold; |
---|
264 | } |
---|
265 | .figure { |
---|
266 | font-weight: bold; |
---|
267 | text-align: center; |
---|
268 | font-size: 9pt; |
---|
269 | } |
---|
270 | .filename { |
---|
271 | color: #333333; |
---|
272 | font-weight: bold; |
---|
273 | font-size: 12pt; |
---|
274 | line-height: 21pt; |
---|
275 | text-align: center; |
---|
276 | } |
---|
277 | .fn { |
---|
278 | font-weight: bold; |
---|
279 | } |
---|
280 | .hidden { |
---|
281 | display: none; |
---|
282 | } |
---|
283 | .left { |
---|
284 | text-align: left; |
---|
285 | } |
---|
286 | .right { |
---|
287 | text-align: right; |
---|
288 | } |
---|
289 | .title { |
---|
290 | color: #990000; |
---|
291 | font-size: 18pt; |
---|
292 | line-height: 18pt; |
---|
293 | font-weight: bold; |
---|
294 | text-align: center; |
---|
295 | margin-top: 36pt; |
---|
296 | } |
---|
297 | .vcardline { |
---|
298 | display: block; |
---|
299 | } |
---|
300 | .warning { |
---|
301 | font-size: 14pt; |
---|
302 | background-color: yellow; |
---|
303 | } |
---|
304 | .feedback { |
---|
305 | position: fixed; |
---|
306 | bottom: 1%; |
---|
307 | right: 1%; |
---|
308 | padding: 3px 5px; |
---|
309 | color: white; |
---|
310 | border-radius: 5px; |
---|
311 | background: #a00000; |
---|
312 | border: 1px solid silver; |
---|
313 | } |
---|
314 | .fbbutton { |
---|
315 | margin-left: 1em; |
---|
316 | color: #303030; |
---|
317 | font-size: small; |
---|
318 | font-weight: normal; |
---|
319 | background: #d0d000; |
---|
320 | padding: 1px 4px; |
---|
321 | border: 1px solid silver; |
---|
322 | border-radius: 5px; |
---|
323 | } |
---|
324 | |
---|
325 | @media print { |
---|
326 | .noprint { |
---|
327 | display: none; |
---|
328 | } |
---|
329 | |
---|
330 | a { |
---|
331 | color: black; |
---|
332 | text-decoration: none; |
---|
333 | } |
---|
334 | |
---|
335 | table.header { |
---|
336 | width: 90%; |
---|
337 | } |
---|
338 | |
---|
339 | td.header { |
---|
340 | width: 50%; |
---|
341 | color: black; |
---|
342 | background-color: white; |
---|
343 | vertical-align: top; |
---|
344 | font-size: 12pt; |
---|
345 | } |
---|
346 | |
---|
347 | ul.toc a::after { |
---|
348 | content: leader('.') target-counter(attr(href), page); |
---|
349 | } |
---|
350 | |
---|
351 | ul.ind li li a { |
---|
352 | content: target-counter(attr(href), page); |
---|
353 | } |
---|
354 | |
---|
355 | .print2col { |
---|
356 | column-count: 2; |
---|
357 | -moz-column-count: 2; |
---|
358 | column-fill: auto; |
---|
359 | } |
---|
360 | } |
---|
361 | |
---|
362 | @page { |
---|
363 | @top-left { |
---|
364 | content: "Internet-Draft"; |
---|
365 | } |
---|
366 | @top-right { |
---|
367 | content: "July 2012"; |
---|
368 | } |
---|
369 | @top-center { |
---|
370 | content: "HTTP/1.1, Part 0"; |
---|
371 | } |
---|
372 | @bottom-left { |
---|
373 | content: "Fielding, et al."; |
---|
374 | } |
---|
375 | @bottom-center { |
---|
376 | content: "Expires January 2, 2013"; |
---|
377 | } |
---|
378 | @bottom-right { |
---|
379 | content: "[Page " counter(page) "]"; |
---|
380 | } |
---|
381 | } |
---|
382 | |
---|
383 | @page:first { |
---|
384 | @top-left { |
---|
385 | content: normal; |
---|
386 | } |
---|
387 | @top-right { |
---|
388 | content: normal; |
---|
389 | } |
---|
390 | @top-center { |
---|
391 | content: normal; |
---|
392 | } |
---|
393 | } |
---|
394 | </style><link rel="Contents" href="#rfc.toc"> |
---|
395 | <link rel="Author" href="#rfc.authors"> |
---|
396 | <link rel="Copyright" href="#rfc.copyrightnotice"> |
---|
397 | <link rel="Chapter" title="1 Introduction" href="#rfc.section.1"> |
---|
398 | <link rel="Chapter" href="#rfc.section.2" title="2 References"> |
---|
399 | <link href="p1-messaging.html" rel="prev"> |
---|
400 | <meta name="generator" content="http://greenbytes.de/tech/webdav/rfc2629.xslt, Revision 1.584, 2012-06-24 15:59:38, XSLT vendor: SAXON 8.9 from Saxonica http://www.saxonica.com/"> |
---|
401 | <link rel="schema.dct" href="http://purl.org/dc/terms/"> |
---|
402 | <meta name="dct.creator" content="Fielding, R."> |
---|
403 | <meta name="dct.creator" content="Lafon, Y."> |
---|
404 | <meta name="dct.creator" content="Nottingham, M."> |
---|
405 | <meta name="dct.creator" content="Reschke, J. F."> |
---|
406 | <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p0-introduction-latest"> |
---|
407 | <meta name="dct.issued" scheme="ISO8601" content="2012-07-01"> |
---|
408 | <meta name="dct.abstract" content="TODO"> |
---|
409 | <meta name="description" content="TODO"> |
---|
410 | </head> |
---|
411 | <body onload="init();"> |
---|
412 | <table class="header"> |
---|
413 | <tbody> |
---|
414 | <tr> |
---|
415 | <td class="left">HTTPbis Working Group</td> |
---|
416 | <td class="right">R. Fielding, Editor</td> |
---|
417 | </tr> |
---|
418 | <tr> |
---|
419 | <td class="left">Internet-Draft</td> |
---|
420 | <td class="right">Adobe</td> |
---|
421 | </tr> |
---|
422 | <tr> |
---|
423 | <td class="left">Intended status: Standards Track</td> |
---|
424 | <td class="right">Y. Lafon, Editor</td> |
---|
425 | </tr> |
---|
426 | <tr> |
---|
427 | <td class="left">Expires: January 2, 2013</td> |
---|
428 | <td class="right">W3C</td> |
---|
429 | </tr> |
---|
430 | <tr> |
---|
431 | <td class="left"></td> |
---|
432 | <td class="right">M. Nottingham, Editor</td> |
---|
433 | </tr> |
---|
434 | <tr> |
---|
435 | <td class="left"></td> |
---|
436 | <td class="right">Rackspace</td> |
---|
437 | </tr> |
---|
438 | <tr> |
---|
439 | <td class="left"></td> |
---|
440 | <td class="right">J. Reschke, Editor</td> |
---|
441 | </tr> |
---|
442 | <tr> |
---|
443 | <td class="left"></td> |
---|
444 | <td class="right">greenbytes</td> |
---|
445 | </tr> |
---|
446 | <tr> |
---|
447 | <td class="left"></td> |
---|
448 | <td class="right">July 1, 2012</td> |
---|
449 | </tr> |
---|
450 | </tbody> |
---|
451 | </table> |
---|
452 | <p class="title">HTTP/1.1, part 0: Introduction<br><span class="filename">draft-ietf-httpbis-p0-introduction-latest</span></p> |
---|
453 | <h1 id="rfc.abstract"><a href="#rfc.abstract">Abstract</a></h1> |
---|
454 | <p> <span class="comment" id="rfc.comment.1">[<a href="#rfc.comment.1" class="smpl">rfc.comment.1</a>: TODO]</span> |
---|
455 | </p> |
---|
456 | <h1 id="rfc.note.1"><a href="#rfc.note.1">Editorial Note (To be removed by RFC Editor)</a></h1> |
---|
457 | <p>Discussion of this draft ought to take place on the HTTPBIS working group mailing list (ietf-http-wg@w3.org), which is archived |
---|
458 | at <<a href="http://lists.w3.org/Archives/Public/ietf-http-wg/">http://lists.w3.org/Archives/Public/ietf-http-wg/</a>>. |
---|
459 | </p> |
---|
460 | <p>The current issues list is at <<a href="http://tools.ietf.org/wg/httpbis/trac/report/3">http://tools.ietf.org/wg/httpbis/trac/report/3</a>> and related documents (including fancy diffs) can be found at <<a href="http://tools.ietf.org/wg/httpbis/">http://tools.ietf.org/wg/httpbis/</a>>. |
---|
461 | </p> |
---|
462 | <h1><a id="rfc.status" href="#rfc.status">Status of This Memo</a></h1> |
---|
463 | <p>This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.</p> |
---|
464 | <p>Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute |
---|
465 | working documents as Internet-Drafts. The list of current Internet-Drafts is at <a href="http://datatracker.ietf.org/drafts/current/">http://datatracker.ietf.org/drafts/current/</a>. |
---|
466 | </p> |
---|
467 | <p>Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other |
---|
468 | documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as “work |
---|
469 | in progress”. |
---|
470 | </p> |
---|
471 | <p>This Internet-Draft will expire on January 2, 2013.</p> |
---|
472 | <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> |
---|
473 | <p>Copyright © 2012 IETF Trust and the persons identified as the document authors. All rights reserved.</p> |
---|
474 | <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights |
---|
475 | and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License |
---|
476 | text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified |
---|
477 | BSD License. |
---|
478 | </p> |
---|
479 | <p>This document may contain material from IETF Documents or IETF Contributions published or made publicly available before November |
---|
480 | 10, 2008. The person(s) controlling the copyright in some of this material may not have granted the IETF Trust the right to |
---|
481 | allow modifications of such material outside the IETF Standards Process. Without obtaining an adequate license from the person(s) |
---|
482 | controlling the copyright in such materials, this document may not be modified outside the IETF Standards Process, and derivative |
---|
483 | works of it may not be created outside the IETF Standards Process, except to format it for publication as an RFC or to translate |
---|
484 | it into languages other than English. |
---|
485 | </p> |
---|
486 | <hr class="noprint"> |
---|
487 | <h1 class="np" id="rfc.toc"><a href="#rfc.toc">Table of Contents</a></h1> |
---|
488 | <ul class="toc"> |
---|
489 | <li>1. <a href="#introduction">Introduction</a></li> |
---|
490 | <li>2. <a href="#rfc.references">References</a><ul> |
---|
491 | <li>2.1 <a href="#rfc.references.1">Normative References</a></li> |
---|
492 | <li>2.2 <a href="#rfc.references.2">Informative References</a></li> |
---|
493 | </ul> |
---|
494 | </li> |
---|
495 | <li><a href="#rfc.authors">Authors' Addresses</a></li> |
---|
496 | </ul> |
---|
497 | <h1 id="rfc.section.1" class="np"><a href="#rfc.section.1">1.</a> <a id="introduction" href="#introduction">Introduction</a></h1> |
---|
498 | <p id="rfc.section.1.p.1"> <span class="comment" id="rfc.comment.2">[<a href="#rfc.comment.2" class="smpl">rfc.comment.2</a>: TODO]</span> |
---|
499 | </p> |
---|
500 | <h1 id="rfc.references"><a id="rfc.section.2" href="#rfc.section.2">2.</a> References |
---|
501 | </h1> |
---|
502 | <h2 id="rfc.references.1"><a href="#rfc.section.2.1" id="rfc.section.2.1">2.1</a> Normative References |
---|
503 | </h2> |
---|
504 | <table> |
---|
505 | <tr> |
---|
506 | <td class="reference"><b id="Part1">[Part1]</b></td> |
---|
507 | <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</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), July 2012. |
---|
508 | </td> |
---|
509 | </tr> |
---|
510 | <tr> |
---|
511 | <td class="reference"><b id="Part2">[Part2]</b></td> |
---|
512 | <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</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), July 2012. |
---|
513 | </td> |
---|
514 | </tr> |
---|
515 | <tr> |
---|
516 | <td class="reference"><b id="Part4">[Part4]</b></td> |
---|
517 | <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</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), July 2012. |
---|
518 | </td> |
---|
519 | </tr> |
---|
520 | <tr> |
---|
521 | <td class="reference"><b id="Part5">[Part5]</b></td> |
---|
522 | <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</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), July 2012. |
---|
523 | </td> |
---|
524 | </tr> |
---|
525 | <tr> |
---|
526 | <td class="reference"><b id="Part6">[Part6]</b></td> |
---|
527 | <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, <a href="mailto:mnot@mnot.net" title="Rackspace">Nottingham, M., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</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), July 2012. |
---|
528 | </td> |
---|
529 | </tr> |
---|
530 | <tr> |
---|
531 | <td class="reference"><b id="Part7">[Part7]</b></td> |
---|
532 | <td class="top"><a href="mailto:fielding@gbiv.com" title="Adobe Systems Incorporated">Fielding, R., Ed.</a>, <a href="mailto:ylafon@w3.org" title="World Wide Web Consortium">Lafon, Y., Ed.</a>, and <a href="mailto:julian.reschke@greenbytes.de" title="greenbytes GmbH">J. Reschke, Ed.</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), July 2012. |
---|
533 | </td> |
---|
534 | </tr> |
---|
535 | </table> |
---|
536 | <h2 id="rfc.references.2"><a href="#rfc.section.2.2" id="rfc.section.2.2">2.2</a> Informative References |
---|
537 | </h2> |
---|
538 | <table> |
---|
539 | <tr> |
---|
540 | <td class="reference"><b id="RFC2616">[RFC2616]</b></td> |
---|
541 | <td class="top"><a href="mailto:fielding@ics.uci.edu" title="University of California, Irvine">Fielding, R.</a>, <a href="mailto:jg@w3.org" title="W3C">Gettys, J.</a>, <a href="mailto:mogul@wrl.dec.com" title="Compaq Computer Corporation">Mogul, J.</a>, <a href="mailto:frystyk@w3.org" title="MIT Laboratory for Computer Science">Frystyk, H.</a>, <a href="mailto:masinter@parc.xerox.com" title="Xerox Corporation">Masinter, L.</a>, <a href="mailto:paulle@microsoft.com" title="Microsoft Corporation">Leach, P.</a>, and <a href="mailto:timbl@w3.org" title="W3C">T. Berners-Lee</a>, “<a href="http://tools.ietf.org/html/rfc2616">Hypertext Transfer Protocol -- HTTP/1.1</a>”, RFC 2616, June 1999. |
---|
542 | </td> |
---|
543 | </tr> |
---|
544 | </table> |
---|
545 | <div class="avoidbreak"> |
---|
546 | <h1 id="rfc.authors"><a href="#rfc.authors">Authors' Addresses</a></h1> |
---|
547 | <address class="vcard"><span class="vcardline"><span class="fn">Roy T. Fielding</span> |
---|
548 | (editor) |
---|
549 | <span class="n hidden"><span class="family-name">Fielding</span><span class="given-name">Roy T.</span></span></span><span class="org vcardline">Adobe Systems Incorporated</span><span class="adr"><span class="street-address vcardline">345 Park Ave</span><span class="vcardline"><span class="locality">San Jose</span>, <span class="region">CA</span> <span class="postal-code">95110</span></span><span class="country-name vcardline">USA</span></span><span class="vcardline">Email: <a href="mailto:fielding@gbiv.com"><span class="email">fielding@gbiv.com</span></a></span><span class="vcardline">URI: <a href="http://roy.gbiv.com/" class="url">http://roy.gbiv.com/</a></span></address> |
---|
550 | <address class="vcard"><span class="vcardline"><span class="fn">Yves Lafon</span> |
---|
551 | (editor) |
---|
552 | <span class="n hidden"><span class="family-name">Lafon</span><span class="given-name">Yves</span></span></span><span class="org vcardline">World Wide Web Consortium</span><span class="adr"><span class="street-address vcardline">W3C / ERCIM</span><span class="street-address vcardline">2004, rte des Lucioles</span><span class="vcardline"><span class="locality">Sophia-Antipolis</span>, <span class="region">AM</span> <span class="postal-code">06902</span></span><span class="country-name vcardline">France</span></span><span class="vcardline">Email: <a href="mailto:ylafon@w3.org"><span class="email">ylafon@w3.org</span></a></span><span class="vcardline">URI: <a href="http://www.raubacapeu.net/people/yves/" class="url">http://www.raubacapeu.net/people/yves/</a></span></address> |
---|
553 | <address class="vcard"><span class="vcardline"><span class="fn">Mark Nottingham</span> |
---|
554 | (editor) |
---|
555 | <span class="n hidden"><span class="family-name">Nottingham</span><span class="given-name">Mark</span></span></span><span class="org vcardline">Rackspace</span><span class="vcardline">Email: <a href="mailto:mnot@mnot.net"><span class="email">mnot@mnot.net</span></a></span><span class="vcardline">URI: <a href="http://www.mnot.net/" class="url">http://www.mnot.net/</a></span></address> |
---|
556 | <address class="vcard"><span class="vcardline"><span class="fn">Julian F. Reschke</span> |
---|
557 | (editor) |
---|
558 | <span class="n hidden"><span class="family-name">Reschke</span><span class="given-name">Julian F.</span></span></span><span class="org vcardline">greenbytes GmbH</span><span class="adr"><span class="street-address vcardline">Hafenweg 16</span><span class="vcardline"><span class="locality">Muenster</span>, <span class="region">NW</span> <span class="postal-code">48155</span></span><span class="country-name vcardline">Germany</span></span><span class="vcardline">Email: <a href="mailto:julian.reschke@greenbytes.de"><span class="email">julian.reschke@greenbytes.de</span></a></span><span class="vcardline">URI: <a href="http://greenbytes.de/tech/webdav/" class="url">http://greenbytes.de/tech/webdav/</a></span></address> |
---|
559 | </div> |
---|
560 | </body> |
---|
561 | </html> |
---|