source: draft-ietf-httpbis/latest/p1-messaging.xml @ 234

Last change on this file since 234 was 234, checked in by julian.reschke@…, 15 years ago

Bump document dates.

  • Property svn:eol-style set to native
File size: 190.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<?xml-stylesheet type='text/xsl' href='../myxml2rfc.xslt'?>
3<!DOCTYPE rfc [
4  <!ENTITY MAY "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MAY</bcp14>">
5  <!ENTITY MUST "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST</bcp14>">
6  <!ENTITY MUST-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>MUST NOT</bcp14>">
7  <!ENTITY OPTIONAL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>OPTIONAL</bcp14>">
8  <!ENTITY RECOMMENDED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>RECOMMENDED</bcp14>">
9  <!ENTITY REQUIRED "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>REQUIRED</bcp14>">
10  <!ENTITY SHALL "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL</bcp14>">
11  <!ENTITY SHALL-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHALL NOT</bcp14>">
12  <!ENTITY SHOULD "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD</bcp14>">
13  <!ENTITY SHOULD-NOT "<bcp14 xmlns='http://purl.org/net/xml2rfc/ext'>SHOULD NOT</bcp14>">
14  <!ENTITY ID-VERSION "latest">
15  <!ENTITY ID-MONTH "April">
16  <!ENTITY ID-YEAR "2008">
17  <!ENTITY caching                "<xref target='Part6' x:rel='#caching' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
18  <!ENTITY payload                "<xref target='Part3' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
19  <!ENTITY media-types            "<xref target='Part3' x:rel='#media.types' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
20  <!ENTITY content-codings        "<xref target='Part3' x:rel='#content.codings' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
21  <!ENTITY CONNECT                "<xref target='Part2' x:rel='#CONNECT' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
22  <!ENTITY content.negotiation    "<xref target='Part3' x:rel='#content.negotiation' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
23  <!ENTITY diff2045entity         "<xref target='Part3' x:rel='#differences.between.http.entities.and.rfc.2045.entities' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
24  <!ENTITY entity                 "<xref target='Part3' x:rel='#entity' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
25  <!ENTITY entity-body            "<xref target='Part3' x:rel='#entity.body' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
26  <!ENTITY entity-header-fields   "<xref target='Part3' x:rel='#entity.header.fields' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
27  <!ENTITY header-accept          "<xref target='Part3' x:rel='#header.accept' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
28  <!ENTITY header-cache-control   "<xref target='Part6' x:rel='#header.cache-control' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
29  <!ENTITY header-expect          "<xref target='Part2' x:rel='#header.expect' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
30  <!ENTITY header-pragma          "<xref target='Part6' x:rel='#header.pragma' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
31  <!ENTITY header-warning         "<xref target='Part6' x:rel='#header.warning' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
32  <!ENTITY idempotent-methods     "<xref target='Part2' x:rel='#idempotent.methods' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
33  <!ENTITY qvalue                 "<xref target='Part3' x:rel='#quality.values' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
34  <!ENTITY request-header-fields  "<xref target='Part2' x:rel='#request.header.fields' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
35  <!ENTITY response-header-fields "<xref target='Part2' x:rel='#response.header.fields' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
36  <!ENTITY method                 "<xref target='Part2' x:rel='#method' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
37  <!ENTITY status-codes           "<xref target='Part2' x:rel='#status.codes' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
38  <!ENTITY status-100             "<xref target='Part2' x:rel='#status.100' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
39  <!ENTITY status-1xx             "<xref target='Part2' x:rel='#status.1xx' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
40  <!ENTITY status-414             "<xref target='Part2' x:rel='#status.414' xmlns:x='http://purl.org/net/xml2rfc/ext'/>">
41]>
42<?rfc toc="yes" ?>
43<?rfc symrefs="yes" ?>
44<?rfc sortrefs="yes" ?>
45<?rfc compact="yes"?>
46<?rfc subcompact="no" ?>
47<?rfc linkmailto="no" ?>
48<?rfc editing="no" ?>
49<?rfc comments="yes"?>
50<?rfc inline="yes"?>
51<?rfc-ext allow-markup-in-artwork="yes" ?>
52<?rfc-ext include-references-in-index="yes" ?>
53<rfc obsoletes="2616" category="std"
54     ipr="full3978" docName="draft-ietf-httpbis-p1-messaging-&ID-VERSION;"
55     xmlns:x='http://purl.org/net/xml2rfc/ext'>
56<front>
57
58  <title abbrev="HTTP/1.1, Part 1">HTTP/1.1, part 1: URIs, Connections, and Message Parsing</title>
59
60  <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
61    <organization abbrev="Day Software">Day Software</organization>
62    <address>
63      <postal>
64        <street>23 Corporate Plaza DR, Suite 280</street>
65        <city>Newport Beach</city>
66        <region>CA</region>
67        <code>92660</code>
68        <country>USA</country>
69      </postal>
70      <phone>+1-949-706-5300</phone>
71      <facsimile>+1-949-706-5305</facsimile>
72      <email>fielding@gbiv.com</email>
73      <uri>http://roy.gbiv.com/</uri>
74    </address>
75  </author>
76
77  <author initials="J." surname="Gettys" fullname="Jim Gettys">
78    <organization>One Laptop per Child</organization>
79    <address>
80      <postal>
81        <street>21 Oak Knoll Road</street>
82        <city>Carlisle</city>
83        <region>MA</region>
84        <code>01741</code>
85        <country>USA</country>
86      </postal>
87      <email>jg@laptop.org</email>
88      <uri>http://www.laptop.org/</uri>
89    </address>
90  </author>
91 
92  <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
93    <organization abbrev="HP">Hewlett-Packard Company</organization>
94    <address>
95      <postal>
96        <street>HP Labs, Large Scale Systems Group</street>
97        <street>1501 Page Mill Road, MS 1177</street>
98        <city>Palo Alto</city>
99        <region>CA</region>
100        <code>94304</code>
101        <country>USA</country>
102      </postal>
103      <email>JeffMogul@acm.org</email>
104    </address>
105  </author>
106
107  <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen">
108    <organization abbrev="Microsoft">Microsoft Corporation</organization>
109    <address>
110      <postal>
111        <street>1 Microsoft Way</street>
112        <city>Redmond</city>
113        <region>WA</region>
114        <code>98052</code>
115        <country>USA</country>
116      </postal>
117      <email>henrikn@microsoft.com</email>
118    </address>
119  </author>
120
121  <author initials="L." surname="Masinter" fullname="Larry Masinter">
122    <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization>
123    <address>
124      <postal>
125        <street>345 Park Ave</street>
126        <city>San Jose</city>
127        <region>CA</region>
128        <code>95110</code>
129        <country>USA</country>
130      </postal>
131      <email>LMM@acm.org</email>
132      <uri>http://larry.masinter.net/</uri>
133    </address>
134  </author>
135 
136  <author initials="P." surname="Leach" fullname="Paul J. Leach">
137    <organization abbrev="Microsoft">Microsoft Corporation</organization>
138    <address>
139      <postal>
140        <street>1 Microsoft Way</street>
141        <city>Redmond</city>
142        <region>WA</region>
143        <code>98052</code>
144      </postal>
145      <email>paulle@microsoft.com</email>
146    </address>
147  </author>
148   
149  <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
150    <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
151    <address>
152      <postal>
153        <street>MIT Computer Science and Artificial Intelligence Laboratory</street>
154        <street>The Stata Center, Building 32</street>
155        <street>32 Vassar Street</street>
156        <city>Cambridge</city>
157        <region>MA</region>
158        <code>02139</code>
159        <country>USA</country>
160      </postal>
161      <email>timbl@w3.org</email>
162      <uri>http://www.w3.org/People/Berners-Lee/</uri>
163    </address>
164  </author>
165
166  <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
167    <organization abbrev="W3C">World Wide Web Consortium</organization>
168    <address>
169      <postal>
170        <street>W3C / ERCIM</street>
171        <street>2004, rte des Lucioles</street>
172        <city>Sophia-Antipolis</city>
173        <region>AM</region>
174        <code>06902</code>
175        <country>France</country>
176      </postal>
177      <email>ylafon@w3.org</email>
178      <uri>http://www.raubacapeu.net/people/yves/</uri>
179    </address>
180  </author>
181
182  <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
183    <organization abbrev="greenbytes">greenbytes GmbH</organization>
184    <address>
185      <postal>
186        <street>Hafenweg 16</street>
187        <city>Muenster</city><region>NW</region><code>48155</code>
188        <country>Germany</country>
189      </postal>
190      <phone>+49 251 2807760</phone>   
191      <facsimile>+49 251 2807761</facsimile>   
192      <email>julian.reschke@greenbytes.de</email>       
193      <uri>http://greenbytes.de/tech/webdav/</uri>     
194    </address>
195  </author>
196
197  <date month="&ID-MONTH;" year="&ID-YEAR;"/>
198
199<abstract>
200<t>
201   The Hypertext Transfer Protocol (HTTP) is an application-level
202   protocol for distributed, collaborative, hypermedia information
203   systems. HTTP has been in use by the World Wide Web global information
204   initiative since 1990. This document is Part 1 of the seven-part specification
205   that defines the protocol referred to as "HTTP/1.1" and, taken together,
206   obsoletes RFC 2616.  Part 1 provides an overview of HTTP and
207   its associated terminology, defines the "http" and "https" Uniform
208   Resource Identifier (URI) schemes, defines the generic message syntax
209   and parsing requirements for HTTP message frames, and describes
210   general security concerns for implementations.
211</t>
212</abstract>
213
214<note title="Editorial Note (To be removed by RFC Editor)">
215  <t>
216    Discussion of this draft should take place on the HTTPBIS working group
217    mailing list (ietf-http-wg@w3.org). The current issues list is
218    at <eref target="http://www.tools.ietf.org/wg/httpbis/trac/report/11"/>
219    and related documents (including fancy diffs) can be found at
220    <eref target="http://www.tools.ietf.org/wg/httpbis/"/>.
221  </t>
222  <t>
223    This draft incorporates those issue resolutions that were either
224    collected in the original RFC2616 errata list (<eref target="http://purl.org/NET/http-errata"/>),
225    or which were agreed upon on the mailing list between October 2006 and
226    November 2007 (as published in "draft-lafon-rfc2616bis-03").
227  </t>
228</note>
229</front>
230<middle>
231<section title="Introduction" anchor="introduction">
232<t>
233   The Hypertext Transfer Protocol (HTTP) is an application-level
234   protocol for distributed, collaborative, hypermedia information
235   systems. HTTP has been in use by the World-Wide Web global
236   information initiative since 1990. The first version of HTTP, commonly
237   referred to as HTTP/0.9, was a simple protocol for raw data transfer
238   across the Internet with only a single method and no metadata.
239   HTTP/1.0, as defined by <xref target="RFC1945"/>, improved
240   the protocol by allowing messages to be in the format of MIME-like
241   messages, containing metadata about the data transferred and
242   modifiers on the request/response semantics. However, HTTP/1.0 did
243   not sufficiently take into consideration the effects of hierarchical
244   proxies, caching, the need for persistent connections, or name-based
245   virtual hosts. In addition, the proliferation of incompletely-implemented
246   applications calling themselves "HTTP/1.0" necessitated a
247   protocol version change in order for two communicating applications
248   to determine each other's true capabilities.
249</t>
250<t>
251   This document is Part 1 of the seven-part specification that defines
252   the protocol referred to as "HTTP/1.1", obsoleting <xref target="RFC2616"/>.
253   HTTP/1.1 remains compatible with HTTP/1.0 by including more stringent
254   requirements that enable reliable implementations and adding only
255   those new features that will either be safely ignored by an HTTP/1.0
256   recipient or only sent when communicating with a party advertising
257   compliance with HTTP/1.1.
258   Part 1 defines those aspects of HTTP/1.1 related to overall network
259   operation, message framing, interaction with transport protocols, and
260   URI schemes.
261</t>
262<t>
263   This document is currently disorganized in order to minimize the changes
264   between drafts and enable reviewers to see the smaller errata changes.
265   The next draft will reorganize the sections to better reflect the content.
266   In particular, the sections will be organized according to the typical
267   process of deciding when to use HTTP (URI schemes), overall network operation,
268   connection management, message framing, and generic message parsing.
269   The current mess reflects how widely dispersed these topics and associated
270   requirements had become in <xref target="RFC2616"/>.
271</t>
272
273<section title="Purpose" anchor="intro.purpose">
274<t>
275   Practical information systems require more functionality than simple
276   retrieval, including search, front-end update, and annotation. HTTP
277   allows an open-ended set of methods and headers that indicate the
278   purpose of a request <xref target="RFC2324"/>. It builds on the discipline of reference
279   provided by the Uniform Resource Identifier (URI) <xref target="RFC1630"/>, as a location
280   (URL) <xref target="RFC1738"/> or name (URN) <xref target="RFC1737"/>, for indicating the resource to which a
281   method is to be applied. Messages are passed in a format similar to
282   that used by Internet mail <xref target="RFC2822"/> as defined by the Multipurpose
283   Internet Mail Extensions (MIME) <xref target="RFC2045"/>.
284</t>
285<t>
286   HTTP is also used as a generic protocol for communication between
287   user agents and proxies/gateways to other Internet systems, including
288   those supported by the SMTP <xref target="RFC2821"/>, NNTP <xref target="RFC3977"/>, FTP <xref target="RFC959"/>, Gopher <xref target="RFC1436"/>,
289   and WAIS <xref target="WAIS"/> protocols. In this way, HTTP allows basic hypermedia
290   access to resources available from diverse applications.
291</t>
292</section>
293
294<section title="Requirements" anchor="intro.requirements">
295<t>
296   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
297   "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
298   document are to be interpreted as described in <xref target="RFC2119"/>.
299</t>
300<t>
301   An implementation is not compliant if it fails to satisfy one or more
302   of the &MUST; or &REQUIRED; level requirements for the protocols it
303   implements. An implementation that satisfies all the &MUST; or &REQUIRED;
304   level and all the &SHOULD; level requirements for its protocols is said
305   to be "unconditionally compliant"; one that satisfies all the &MUST;
306   level requirements but not all the &SHOULD; level requirements for its
307   protocols is said to be "conditionally compliant."
308</t>
309</section>
310
311<section title="Terminology" anchor="intro.terminology">
312<t>
313   This specification uses a number of terms to refer to the roles
314   played by participants in, and objects of, the HTTP communication.
315</t>
316<t>
317  <iref item="connection"/>
318  <x:dfn>connection</x:dfn>
319  <list>
320    <t>
321      A transport layer virtual circuit established between two programs
322      for the purpose of communication.
323    </t>
324  </list>
325</t>
326<t>
327  <iref item="message"/>
328  <x:dfn>message</x:dfn>
329  <list>
330    <t>
331      The basic unit of HTTP communication, consisting of a structured
332      sequence of octets matching the syntax defined in <xref target="http.message"/> and
333      transmitted via the connection.
334    </t>
335  </list>
336</t>
337<t>
338  <iref item="request"/>
339  <x:dfn>request</x:dfn>
340  <list>
341    <t>
342      An HTTP request message, as defined in <xref target="request"/>.
343    </t>
344  </list>
345</t>
346<t>
347  <iref item="response"/>
348  <x:dfn>response</x:dfn>
349  <list>
350    <t>
351      An HTTP response message, as defined in <xref target="response"/>.
352    </t>
353  </list>
354</t>
355<t>
356  <iref item="resource"/>
357  <x:dfn>resource</x:dfn>
358  <list>
359    <t>
360      A network data object or service that can be identified by a URI,
361      as defined in <xref target="uri"/>. Resources may be available in multiple
362      representations (e.g. multiple languages, data formats, size, and
363      resolutions) or vary in other ways.
364    </t>
365  </list>
366</t>
367<t>
368  <iref item="entity"/>
369  <x:dfn>entity</x:dfn>
370  <list>
371    <t>
372      The information transferred as the payload of a request or
373      response. An entity consists of metainformation in the form of
374      entity-header fields and content in the form of an entity-body, as
375      described in &entity;.
376    </t>
377  </list>
378</t>
379<t>
380  <iref item="representation"/>
381  <x:dfn>representation</x:dfn>
382  <list>
383    <t>
384      An entity included with a response that is subject to content
385      negotiation, as described in &content.negotiation;. There may exist multiple
386      representations associated with a particular response status.
387    </t>
388  </list>
389</t>
390<t>
391  <iref item="content negotiation"/>
392  <x:dfn>content negotiation</x:dfn>
393  <list>
394    <t>
395      The mechanism for selecting the appropriate representation when
396      servicing a request, as described in &content.negotiation;. The
397      representation of entities in any response can be negotiated
398      (including error responses).
399    </t>
400  </list>
401</t>
402<t>
403  <iref item="variant"/>
404  <x:dfn>variant</x:dfn>
405  <list>
406    <t>
407      A resource may have one, or more than one, representation(s)
408      associated with it at any given instant. Each of these
409      representations is termed a `variant'.  Use of the term `variant'
410      does not necessarily imply that the resource is subject to content
411      negotiation.
412    </t>
413  </list>
414</t>
415<t>
416  <iref item="client"/>
417  <x:dfn>client</x:dfn>
418  <list>
419    <t>
420      A program that establishes connections for the purpose of sending
421      requests.
422    </t>
423  </list>
424</t>
425<t>
426  <iref item="user agent"/>
427  <x:dfn>user agent</x:dfn>
428  <list>
429    <t>
430      The client which initiates a request. These are often browsers,
431      editors, spiders (web-traversing robots), or other end user tools.
432    </t>
433  </list>
434</t>
435<t>
436  <iref item="server"/>
437  <x:dfn>server</x:dfn>
438  <list>
439    <t>
440      An application program that accepts connections in order to
441      service requests by sending back responses. Any given program may
442      be capable of being both a client and a server; our use of these
443      terms refers only to the role being performed by the program for a
444      particular connection, rather than to the program's capabilities
445      in general. Likewise, any server may act as an origin server,
446      proxy, gateway, or tunnel, switching behavior based on the nature
447      of each request.
448    </t>
449  </list>
450</t>
451<t>
452  <iref item="origin server"/>
453  <x:dfn>origin server</x:dfn>
454  <list>
455    <t>
456      The server on which a given resource resides or is to be created.
457    </t>
458  </list>
459</t>
460<t>
461  <iref item="proxy"/>
462  <x:dfn>proxy</x:dfn>
463  <list>
464    <t>
465      An intermediary program which acts as both a server and a client
466      for the purpose of making requests on behalf of other clients.
467      Requests are serviced internally or by passing them on, with
468      possible translation, to other servers. A proxy &MUST; implement
469      both the client and server requirements of this specification. A
470      "transparent proxy" is a proxy that does not modify the request or
471      response beyond what is required for proxy authentication and
472      identification. A "non-transparent proxy" is a proxy that modifies
473      the request or response in order to provide some added service to
474      the user agent, such as group annotation services, media type
475      transformation, protocol reduction, or anonymity filtering. Except
476      where either transparent or non-transparent behavior is explicitly
477      stated, the HTTP proxy requirements apply to both types of
478      proxies.
479    </t>
480  </list>
481</t>
482<t>
483  <iref item="gateway"/>
484  <x:dfn>gateway</x:dfn>
485  <list>
486    <t>
487      A server which acts as an intermediary for some other server.
488      Unlike a proxy, a gateway receives requests as if it were the
489      origin server for the requested resource; the requesting client
490      may not be aware that it is communicating with a gateway.
491    </t>
492  </list>
493</t>
494<t>
495  <iref item="tunnel"/>
496  <x:dfn>tunnel</x:dfn>
497  <list>
498    <t>
499      An intermediary program which is acting as a blind relay between
500      two connections. Once active, a tunnel is not considered a party
501      to the HTTP communication, though the tunnel may have been
502      initiated by an HTTP request. The tunnel ceases to exist when both
503      ends of the relayed connections are closed.
504    </t>
505  </list>
506</t>
507<t>
508  <iref item="cache"/>
509  <x:dfn>cache</x:dfn>
510  <list>
511    <t>
512      A program's local store of response messages and the subsystem
513      that controls its message storage, retrieval, and deletion. A
514      cache stores cacheable responses in order to reduce the response
515      time and network bandwidth consumption on future, equivalent
516      requests. Any client or server may include a cache, though a cache
517      cannot be used by a server that is acting as a tunnel.
518    </t>
519  </list>
520</t>
521<t>
522  <iref item="cacheable"/>
523  <x:dfn>cacheable</x:dfn>
524  <list>
525    <t>
526      A response is cacheable if a cache is allowed to store a copy of
527      the response message for use in answering subsequent requests. The
528      rules for determining the cacheability of HTTP responses are
529      defined in &caching;. Even if a resource is cacheable, there may
530      be additional constraints on whether a cache can use the cached
531      copy for a particular request.
532    </t>
533  </list>
534</t>
535<t>
536  <iref item="upstream"/>
537  <iref item="downstream"/>
538  <x:dfn>upstream</x:dfn>/<x:dfn>downstream</x:dfn>
539  <list>
540    <t>
541      Upstream and downstream describe the flow of a message: all
542      messages flow from upstream to downstream.
543    </t>
544  </list>
545</t>
546<t>
547  <iref item="inbound"/>
548  <iref item="outbound"/>
549  <x:dfn>inbound</x:dfn>/<x:dfn>outbound</x:dfn>
550  <list>
551    <t>
552      Inbound and outbound refer to the request and response paths for
553      messages: "inbound" means "traveling toward the origin server",
554      and "outbound" means "traveling toward the user agent"
555    </t>
556  </list>
557</t>
558</section>
559
560<section title="Overall Operation" anchor="intro.overall.operation">
561<t>
562   HTTP is a request/response protocol. A client sends a
563   request to the server in the form of a request method, URI, and
564   protocol version, followed by a MIME-like message containing request
565   modifiers, client information, and possible body content over a
566   connection with a server. The server responds with a status line,
567   including the message's protocol version and a success or error code,
568   followed by a MIME-like message containing server information, entity
569   metainformation, and possible entity-body content. The relationship
570   between HTTP and MIME is described in &diff2045entity;.
571</t>
572<t>
573   Most HTTP communication is initiated by a user agent and consists of
574   a request to be applied to a resource on some origin server. In the
575   simplest case, this may be accomplished via a single connection (v)
576   between the user agent (UA) and the origin server (O).
577</t>
578<figure><artwork type="drawing">
579       request chain ------------------------&gt;
580    UA -------------------v------------------- O
581       &lt;----------------------- response chain
582</artwork></figure>
583<t>
584   A more complicated situation occurs when one or more intermediaries
585   are present in the request/response chain. There are three common
586   forms of intermediary: proxy, gateway, and tunnel. A proxy is a
587   forwarding agent, receiving requests for a URI in its absolute form,
588   rewriting all or part of the message, and forwarding the reformatted
589   request toward the server identified by the URI. A gateway is a
590   receiving agent, acting as a layer above some other server(s) and, if
591   necessary, translating the requests to the underlying server's
592   protocol. A tunnel acts as a relay point between two connections
593   without changing the messages; tunnels are used when the
594   communication needs to pass through an intermediary (such as a
595   firewall) even when the intermediary cannot understand the contents
596   of the messages.
597</t>
598<figure><artwork type="drawing">
599       request chain --------------------------------------&gt;
600    UA -----v----- A -----v----- B -----v----- C -----v----- O
601       &lt;------------------------------------- response chain
602</artwork></figure>
603<t>
604   The figure above shows three intermediaries (A, B, and C) between the
605   user agent and origin server. A request or response message that
606   travels the whole chain will pass through four separate connections.
607   This distinction is important because some HTTP communication options
608   may apply only to the connection with the nearest, non-tunnel
609   neighbor, only to the end-points of the chain, or to all connections
610   along the chain. Although the diagram is linear, each participant may
611   be engaged in multiple, simultaneous communications. For example, B
612   may be receiving requests from many clients other than A, and/or
613   forwarding requests to servers other than C, at the same time that it
614   is handling A's request.
615</t>
616<t>
617   Any party to the communication which is not acting as a tunnel may
618   employ an internal cache for handling requests. The effect of a cache
619   is that the request/response chain is shortened if one of the
620   participants along the chain has a cached response applicable to that
621   request. The following illustrates the resulting chain if B has a
622   cached copy of an earlier response from O (via C) for a request which
623   has not been cached by UA or A.
624</t>
625<figure><artwork type="drawing">
626          request chain ----------&gt;
627       UA -----v----- A -----v----- B - - - - - - C - - - - - - O
628          &lt;--------- response chain
629</artwork></figure>
630<t>
631   Not all responses are usefully cacheable, and some requests may
632   contain modifiers which place special requirements on cache behavior.
633   HTTP requirements for cache behavior and cacheable responses are
634   defined in &caching;.
635</t>
636<t>
637   In fact, there are a wide variety of architectures and configurations
638   of caches and proxies currently being experimented with or deployed
639   across the World Wide Web. These systems include national hierarchies
640   of proxy caches to save transoceanic bandwidth, systems that
641   broadcast or multicast cache entries, organizations that distribute
642   subsets of cached data via CD-ROM, and so on. HTTP systems are used
643   in corporate intranets over high-bandwidth links, and for access via
644   PDAs with low-power radio links and intermittent connectivity. The
645   goal of HTTP/1.1 is to support the wide diversity of configurations
646   already deployed while introducing protocol constructs that meet the
647   needs of those who build web applications that require high
648   reliability and, failing that, at least reliable indications of
649   failure.
650</t>
651<t>
652   HTTP communication usually takes place over TCP/IP connections. The
653   default port is TCP 80 (<eref target="http://www.iana.org/assignments/port-numbers"/>), but other ports can be used. This does
654   not preclude HTTP from being implemented on top of any other protocol
655   on the Internet, or on other networks. HTTP only presumes a reliable
656   transport; any protocol that provides such guarantees can be used;
657   the mapping of the HTTP/1.1 request and response structures onto the
658   transport data units of the protocol in question is outside the scope
659   of this specification.
660</t>
661<t>
662   In HTTP/1.0, most implementations used a new connection for each
663   request/response exchange. In HTTP/1.1, a connection may be used for
664   one or more request/response exchanges, although connections may be
665   closed for a variety of reasons (see <xref target="persistent.connections"/>).
666</t>
667</section>
668</section>
669
670<section title="Notational Conventions and Generic Grammar" anchor="notation">
671
672<section title="Augmented BNF" anchor="notation.abnf">
673<t>
674   All of the mechanisms specified in this document are described in
675   both prose and an augmented Backus-Naur Form (BNF) similar to that
676   used by <xref target="RFC822ABNF"/>. Implementors will need to be familiar with the
677   notation in order to understand this specification. The augmented BNF
678   includes the following constructs:
679</t>
680<t>
681   name = definition
682  <list>
683    <t>
684      The name of a rule is simply the name itself (without any
685      enclosing "&lt;" and "&gt;") and is separated from its definition by the
686      equal "=" character. White space is only significant in that
687      indentation of continuation lines is used to indicate a rule
688      definition that spans more than one line. Certain basic rules are
689      in uppercase, such as SP, LWS, HTAB, CRLF, DIGIT, ALPHA, etc. Angle
690      brackets are used within definitions whenever their presence will
691      facilitate discerning the use of rule names.
692    </t>
693  </list>
694</t>
695<t>
696   "literal"
697  <list>
698    <t>
699      Quotation marks surround literal text. Unless stated otherwise,
700      the text is case-insensitive.
701    </t>
702  </list>
703</t>
704<t>
705   rule1 | rule2
706  <list>
707    <t>
708      Elements separated by a bar ("|") are alternatives, e.g., "yes |
709      no" will accept yes or no.
710    </t>
711  </list>
712</t>
713<t>
714   (rule1 rule2)
715  <list>
716    <t>
717      Elements enclosed in parentheses are treated as a single element.
718      Thus, "(elem (foo | bar) elem)" allows the token sequences "elem
719      foo elem" and "elem bar elem".
720    </t>
721  </list>
722</t>
723<t>
724   *rule
725  <list>
726    <t>
727      The character "*" preceding an element indicates repetition. The
728      full form is "&lt;n&gt;*&lt;m&gt;element" indicating at least &lt;n&gt; and at most
729      &lt;m&gt; occurrences of element. Default values are 0 and infinity so
730      that "*(element)" allows any number, including zero; "1*element"
731      requires at least one; and "1*2element" allows one or two.
732    </t>
733  </list>
734</t>
735<t>
736   [rule]
737  <list>
738    <t>
739      Square brackets enclose optional elements; "[foo bar]" is
740      equivalent to "*1(foo bar)".
741    </t>
742  </list>
743</t>
744<t>
745   N rule
746  <list>
747    <t>
748      Specific repetition: "&lt;n&gt;(element)" is equivalent to
749      "&lt;n&gt;*&lt;n&gt;(element)"; that is, exactly &lt;n&gt; occurrences of (element).
750      Thus 2DIGIT is a 2-digit number, and 3ALPHA is a string of three
751      alphabetic characters.
752    </t>
753  </list>
754</t>
755<t>
756   #rule
757  <list>
758    <t>
759      A construct "#" is defined, similar to "*", for defining lists of
760      elements. The full form is "&lt;n&gt;#&lt;m&gt;element" indicating at least
761      &lt;n&gt; and at most &lt;m&gt; elements, each separated by one or more commas
762      (",") and &OPTIONAL; linear white space (LWS). This makes the usual
763      form of lists very easy; a rule such as
764    </t>
765    <t>
766         ( *LWS element *( *LWS "," *LWS element ))
767    </t>
768    <t>
769      can be shown as
770    </t>
771    <t>
772         1#element
773    </t>
774    <t>
775      Wherever this construct is used, null elements are allowed, but do
776      not contribute to the count of elements present. That is,
777      "(element), , (element) " is permitted, but counts as only two
778      elements. Therefore, where at least one element is required, at
779      least one non-null element &MUST; be present. Default values are 0
780      and infinity so that "#element" allows any number, including zero;
781      "1#element" requires at least one; and "1#2element" allows one or
782      two.
783    </t>
784  </list>
785</t>
786<t>
787   ; comment
788  <list>
789    <t>
790      A semi-colon, set off some distance to the right of rule text,
791      starts a comment that continues to the end of line. This is a
792      simple way of including useful notes in parallel with the
793      specifications.
794    </t>
795  </list>
796</t>
797<t>
798   implied *LWS
799  <list>
800    <t>
801      The grammar described by this specification is word-based. Except
802      where noted otherwise, linear white space (LWS) can be included
803      between any two adjacent words (token or quoted-string), and
804      between adjacent words and separators, without changing the
805      interpretation of a field. At least one delimiter (LWS and/or
806      separators) &MUST; exist between any two tokens (for the definition
807      of "token" below), since they would otherwise be interpreted as a
808      single token.
809    </t>
810  </list>
811</t>
812</section>
813
814<section title="Basic Rules" anchor="basic.rules">
815<t anchor="core.rules">
816  <x:anchor-alias value="OCTET"/>
817  <x:anchor-alias value="CHAR"/>
818  <x:anchor-alias value="ALPHA"/>
819  <x:anchor-alias value="DIGIT"/>
820  <x:anchor-alias value="CTL"/>
821  <x:anchor-alias value="CR"/>
822  <x:anchor-alias value="LF"/>
823  <x:anchor-alias value="SP"/>
824  <x:anchor-alias value="HTAB"/>
825  <x:anchor-alias value="DQUOTE"/>
826   The following rules are used throughout this specification to
827   describe basic parsing constructs. The US-ASCII coded character set
828   is defined by ANSI X3.4-1986 <xref target="USASCII"/>.
829</t>
830<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="OCTET"/><iref primary="true" item="Grammar" subitem="CHAR"/><iref primary="true" item="Grammar" subitem="ALPHA"/><iref primary="true" item="Grammar" subitem="DIGIT"/><iref primary="true" item="Grammar" subitem="CTL"/><iref primary="true" item="Grammar" subitem="CR"/><iref primary="true" item="Grammar" subitem="LF"/><iref primary="true" item="Grammar" subitem="SP"/><iref primary="true" item="Grammar" subitem="HTAB"/><iref primary="true" item="Grammar" subitem="DQUOTE"/>
831  <x:ref>OCTET</x:ref>          = %x00-FF
832                   ; any 8-bit sequence of data
833  <x:ref>CHAR</x:ref>           = %x01-7F
834                   ; any US-ASCII character, excluding NUL
835  <x:ref>ALPHA</x:ref>          = %x41-5A | %x61-7A
836                   ; A-Z | a-z
837  <x:ref>DIGIT</x:ref>          = %x30-39
838                   ; any US-ASCII digit "0".."9"
839  <x:ref>CTL</x:ref>            = %x00-1F | %x7F
840                   ; (octets 0 - 31) and DEL (127)
841  <x:ref>CR</x:ref>             = %x0D
842                   ; US-ASCII CR, carriage return (13)
843  <x:ref>LF</x:ref>             = %x0A
844                   ; US-ASCII LF, linefeed (10)
845  <x:ref>SP</x:ref>             = %x20
846                   ; US-ASCII SP, space (32)
847  <x:ref>HTAB</x:ref>           = %x09
848                   ; US-ASCII HT, horizontal-tab (9)
849  <x:ref>DQUOTE</x:ref>         = %x22
850                   ; US-ASCII double-quote mark (34)
851</artwork></figure>
852<t anchor="rule.CRLF">
853  <x:anchor-alias value="CRLF"/>
854   HTTP/1.1 defines the sequence CR LF as the end-of-line marker for all
855   protocol elements except the entity-body (see <xref target="tolerant.applications"/> for
856   tolerant applications). The end-of-line marker within an entity-body
857   is defined by its associated media type, as described in &media-types;.
858</t>
859<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="CRLF"/>
860  <x:ref>CRLF</x:ref>           = <x:ref>CR</x:ref> LF
861</artwork></figure>
862<t anchor="rule.LWS">
863  <x:anchor-alias value="LWS"/>
864   HTTP/1.1 header field values can be folded onto multiple lines if the
865   continuation line begins with a space or horizontal tab. All linear
866   white space, including folding, has the same semantics as SP. A
867   recipient &MAY; replace any linear white space with a single SP before
868   interpreting the field value or forwarding the message downstream.
869</t>
870<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="LWS"/>
871  <x:ref>LWS</x:ref>            = [<x:ref>CRLF</x:ref>] 1*( <x:ref>SP</x:ref> | <x:ref>HTAB</x:ref> )
872</artwork></figure>
873<t anchor="rule.TEXT">
874  <x:anchor-alias value="TEXT"/>
875   The TEXT rule is only used for descriptive field contents and values
876   that are not intended to be interpreted by the message parser. Words
877   of *TEXT &MAY; contain characters from character sets other than ISO-8859-1
878   <xref target="ISO-8859-1"/> only when encoded according to the rules of
879   <xref target="RFC2047"/>.
880</t>
881<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="TEXT"/>
882  <x:ref>TEXT</x:ref>           = %x20-7E | %x80-FF | <x:ref>LWS</x:ref>
883                 ; any <x:ref>OCTET</x:ref> except <x:ref>CTL</x:ref>s, but including <x:ref>LWS</x:ref>
884</artwork></figure>
885<t>
886   A CRLF is allowed in the definition of TEXT only as part of a header
887   field continuation. It is expected that the folding LWS will be
888   replaced with a single SP before interpretation of the TEXT value.
889</t>
890<t anchor="rule.HEX">
891  <x:anchor-alias value="HEX"/>
892   Hexadecimal numeric characters are used in several protocol elements.
893</t>
894<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HEX"/>
895  <x:ref>HEX</x:ref>            = "A" | "B" | "C" | "D" | "E" | "F"
896                 | "a" | "b" | "c" | "d" | "e" | "f" | <x:ref>DIGIT</x:ref>
897</artwork></figure>
898<t anchor="rule.token.separators">
899  <x:anchor-alias value="tchar"/>
900  <x:anchor-alias value="token"/>
901  <x:anchor-alias value="separators"/>
902   Many HTTP/1.1 header field values consist of words separated by LWS
903   or special characters. These special characters &MUST; be in a quoted
904   string to be used within a parameter value (as defined in
905   <xref target="transfer.codings"/>).
906</t>
907<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="token"/><iref primary="true" item="Grammar" subitem="tchar"/><iref primary="true" item="Grammar" subitem="separators"/>
908  <x:ref>separators</x:ref>     = "(" | ")" | "&lt;" | "&gt;" | "@"
909                 | "," | ";" | ":" | "\" | <x:ref>DQUOTE</x:ref>
910                 | "/" | "[" | "]" | "?" | "="
911                 | "{" | "}" | <x:ref>SP</x:ref> | <x:ref>HTAB</x:ref>
912                 
913  <x:ref>tchar</x:ref>          = "!" | "#" | "$" | "%" | "&amp;" | "'" | "*"
914                 | "+" | "-" | "." | "^" | "_" | "`" | "|" | "~"
915                 | <x:ref>DIGIT</x:ref> | <x:ref>ALPHA</x:ref>
916                 ; any <x:ref>CHAR</x:ref> except <x:ref>CTL</x:ref>s or <x:ref>separators</x:ref>
917                 
918  <x:ref>token</x:ref>          = 1*<x:ref>tchar</x:ref>
919</artwork></figure>
920<t anchor="rule.comment">
921  <x:anchor-alias value="comment"/>
922  <x:anchor-alias value="ctext"/>
923   Comments can be included in some HTTP header fields by surrounding
924   the comment text with parentheses. Comments are only allowed in
925   fields containing "comment" as part of their field value definition.
926   In all other fields, parentheses are considered part of the field
927   value.
928</t>
929<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="comment"/><iref primary="true" item="Grammar" subitem="ctext"/>
930  <x:ref>comment</x:ref>        = "(" *( <x:ref>ctext</x:ref> | <x:ref>quoted-pair</x:ref> | <x:ref>comment</x:ref> ) ")"
931  <x:ref>ctext</x:ref>          = &lt;any <x:ref>TEXT</x:ref> excluding "(" and ")"&gt;
932</artwork></figure>
933<t anchor="rule.quoted-string">
934  <x:anchor-alias value="quoted-string"/>
935  <x:anchor-alias value="qdtext"/>
936   A string of text is parsed as a single word if it is quoted using
937   double-quote marks.
938</t>
939<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-string"/><iref primary="true" item="Grammar" subitem="qdtext"/>
940  <x:ref>quoted-string</x:ref>  = ( <x:ref>DQUOTE</x:ref> *(<x:ref>qdtext</x:ref> | <x:ref>quoted-pair</x:ref> ) <x:ref>DQUOTE</x:ref> )
941  <x:ref>qdtext</x:ref>         = &lt;any <x:ref>TEXT</x:ref> excluding <x:ref>DQUOTE</x:ref> and "\">
942</artwork></figure>
943<t anchor="rule.quoted-pair">
944  <x:anchor-alias value="quoted-pair"/>
945   The backslash character ("\") &MAY; be used as a single-character
946   quoting mechanism only within quoted-string and comment constructs.
947</t>
948<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-pair"/>
949  <x:ref>quoted-pair</x:ref>    = "\" <x:ref>CHAR</x:ref>
950</artwork></figure>
951</section>
952
953<section title="ABNF Rules defined in other Parts of the Specification" anchor="abnf.dependencies">
954  <x:anchor-alias value="request-header"/>
955  <x:anchor-alias value="response-header"/>
956  <x:anchor-alias value="accept-params"/>
957  <x:anchor-alias value="entity-body"/>
958  <x:anchor-alias value="entity-header"/>
959  <x:anchor-alias value="Cache-Control"/>
960  <x:anchor-alias value="Pragma"/>
961  <x:anchor-alias value="Warning"/>
962<t>
963  The ABNF rules below are defined in other parts:
964</t>
965<figure><!-- Part2--><artwork type="abnf2616">
966  <x:ref>request-header</x:ref>  = &lt;request-header, defined in &request-header-fields;&gt;
967  <x:ref>response-header</x:ref> = &lt;response-header, defined in &response-header-fields;&gt;
968</artwork></figure>
969<figure><!-- Part3--><artwork type="abnf2616">
970  <x:ref>accept-params</x:ref>   = &lt;accept-params, defined in &header-accept;&gt;
971  <x:ref>entity-body</x:ref>     = &lt;entity-body, defined in &entity-body;&gt;
972  <x:ref>entity-header</x:ref>   = &lt;entity-header, defined in &entity-header-fields;&gt;
973</artwork></figure>
974<figure><!-- Part6--><artwork type="abnf2616">
975  <x:ref>Cache-Control</x:ref>   = &lt;Cache-Control, defined in &header-pragma;&gt;
976  <x:ref>Pragma</x:ref>          = &lt;Pragma, defined in &header-pragma;&gt;
977  <x:ref>Warning</x:ref>         = &lt;Warning, defined in &header-warning;&gt;
978</artwork></figure>
979</section>
980
981</section>
982
983<section title="Protocol Parameters" anchor="protocol.parameters">
984
985<section title="HTTP Version" anchor="http.version">
986  <x:anchor-alias value="HTTP-Version"/>
987<t>
988   HTTP uses a "&lt;major&gt;.&lt;minor&gt;" numbering scheme to indicate versions
989   of the protocol. The protocol versioning policy is intended to allow
990   the sender to indicate the format of a message and its capacity for
991   understanding further HTTP communication, rather than the features
992   obtained via that communication. No change is made to the version
993   number for the addition of message components which do not affect
994   communication behavior or which only add to extensible field values.
995   The &lt;minor&gt; number is incremented when the changes made to the
996   protocol add features which do not change the general message parsing
997   algorithm, but which may add to the message semantics and imply
998   additional capabilities of the sender. The &lt;major&gt; number is
999   incremented when the format of a message within the protocol is
1000   changed. See <xref target="RFC2145"/> for a fuller explanation.
1001</t>
1002<t>
1003   The version of an HTTP message is indicated by an HTTP-Version field
1004   in the first line of the message. HTTP-Version is case-sensitive.
1005</t>
1006<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HTTP-Version"/>
1007  <x:ref>HTTP-Version</x:ref>   = "HTTP" "/" 1*<x:ref>DIGIT</x:ref> "." 1*<x:ref>DIGIT</x:ref>
1008</artwork></figure>
1009<t>
1010   Note that the major and minor numbers &MUST; be treated as separate
1011   integers and that each &MAY; be incremented higher than a single digit.
1012   Thus, HTTP/2.4 is a lower version than HTTP/2.13, which in turn is
1013   lower than HTTP/12.3. Leading zeros &MUST; be ignored by recipients and
1014   &MUST-NOT; be sent.
1015</t>
1016<t>
1017   An application that sends a request or response message that includes
1018   HTTP-Version of "HTTP/1.1" &MUST; be at least conditionally compliant
1019   with this specification. Applications that are at least conditionally
1020   compliant with this specification &SHOULD; use an HTTP-Version of
1021   "HTTP/1.1" in their messages, and &MUST; do so for any message that is
1022   not compatible with HTTP/1.0. For more details on when to send
1023   specific HTTP-Version values, see <xref target="RFC2145"/>.
1024</t>
1025<t>
1026   The HTTP version of an application is the highest HTTP version for
1027   which the application is at least conditionally compliant.
1028</t>
1029<t>
1030   Proxy and gateway applications need to be careful when forwarding
1031   messages in protocol versions different from that of the application.
1032   Since the protocol version indicates the protocol capability of the
1033   sender, a proxy/gateway &MUST-NOT; send a message with a version
1034   indicator which is greater than its actual version. If a higher
1035   version request is received, the proxy/gateway &MUST; either downgrade
1036   the request version, or respond with an error, or switch to tunnel
1037   behavior.
1038</t>
1039<t>
1040   Due to interoperability problems with HTTP/1.0 proxies discovered
1041   since the publication of <xref target="RFC2068"/>, caching proxies &MUST;, gateways
1042   &MAY;, and tunnels &MUST-NOT; upgrade the request to the highest version
1043   they support. The proxy/gateway's response to that request &MUST; be in
1044   the same major version as the request.
1045</t>
1046<t>
1047  <list>
1048    <t>
1049      <x:h>Note:</x:h> Converting between versions of HTTP may involve modification
1050      of header fields required or forbidden by the versions involved.
1051    </t>
1052  </list>
1053</t>
1054</section>
1055
1056<section title="Uniform Resource Identifiers" anchor="uri">
1057<t>
1058   URIs have been known by many names: WWW addresses, Universal Document
1059   Identifiers, Universal Resource Identifiers <xref target="RFC1630"/>, and finally the
1060   combination of Uniform Resource Locators (URL) <xref target="RFC1738"/> and Names (URN)
1061   <xref target="RFC1737"/>. As far as HTTP is concerned, Uniform Resource Identifiers are
1062   simply formatted strings which identify--via name, location, or any
1063   other characteristic--a resource.
1064</t>
1065
1066<section title="General Syntax" anchor="general.syntax">
1067  <x:anchor-alias value="absoluteURI"/>
1068  <x:anchor-alias value="authority"/>
1069  <x:anchor-alias value="fragment"/>
1070  <x:anchor-alias value="path-absolute"/>
1071  <x:anchor-alias value="port"/>
1072  <x:anchor-alias value="query"/>
1073  <x:anchor-alias value="relativeURI"/>
1074  <x:anchor-alias value="uri-host"/>
1075<t>
1076   URIs in HTTP can be represented in absolute form or relative to some
1077   known base URI <xref target="RFC1808"/>, depending upon the context of their use. The two
1078   forms are differentiated by the fact that absolute URIs always begin
1079   with a scheme name followed by a colon. For definitive information on
1080   URL syntax and semantics, see "Uniform Resource Identifiers (URI):
1081   Generic Syntax and Semantics," <xref target="RFC2396"/> (which replaces <xref target="RFC1738"/>
1082   and <xref target="RFC1808"/>). This specification adopts the
1083   definitions of "URI-reference", "absoluteURI", "fragment", "relativeURI", "port",
1084   "host", "abs_path", "query", and "authority" from that specification:
1085</t>
1086<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="absoluteURI"/><iref primary="true" item="Grammar" subitem="authority"/><iref primary="true" item="Grammar" subitem="path-absolute"/><iref primary="true" item="Grammar" subitem="port"/><iref primary="true" item="Grammar" subitem="query"/><iref primary="true" item="Grammar" subitem="relativeURI"/><iref primary="true" item="Grammar" subitem="uri-host"/>
1087  <x:ref>absoluteURI</x:ref>   = &lt;absoluteURI, defined in <xref target="RFC2396" x:fmt="," x:sec="3"/>>
1088  <x:ref>authority</x:ref>     = &lt;authority, defined in <xref target="RFC2396" x:fmt="," x:sec="3.2"/>>
1089  <x:ref>fragment</x:ref>      = &lt;fragment, defined in <xref target="RFC2396" x:fmt="," x:sec="4.1"/>>
1090  <x:ref>path-absolute</x:ref> = &lt;abs_path, defined in <xref target="RFC2396" x:fmt="," x:sec="3"/>>
1091  <x:ref>port</x:ref>          = &lt;port, defined in <xref target="RFC2396" x:fmt="," x:sec="3.2.2"/>>
1092  <x:ref>query</x:ref>         = &lt;query, defined in <xref target="RFC2396" x:fmt="," x:sec="3.4"/>>
1093  <x:ref>relativeURI</x:ref>   = &lt;relativeURI, defined in <xref target="RFC2396" x:fmt="," x:sec="5"/>>
1094  <x:ref>uri-host</x:ref>      = &lt;host, defined in <xref target="RFC2396" x:fmt="," x:sec="3.2.2"/>>
1095</artwork></figure>
1096<t>
1097   HTTP does not place any a priori limit on the length of
1098   a URI. Servers &MUST; be able to handle the URI of any resource they
1099   serve, and &SHOULD; be able to handle URIs of unbounded length if they
1100   provide GET-based forms that could generate such URIs. A server
1101   &SHOULD; return 414 (Request-URI Too Long) status if a URI is longer
1102   than the server can handle (see &status-414;).
1103</t>
1104<t>
1105  <list>
1106    <t>
1107      <x:h>Note:</x:h> Servers ought to be cautious about depending on URI lengths
1108      above 255 bytes, because some older client or proxy
1109      implementations might not properly support these lengths.
1110    </t>
1111  </list>
1112</t>
1113</section>
1114
1115<section title="http URL" anchor="http.url">
1116  <x:anchor-alias value="http-URL"/>
1117<t>
1118   The "http" scheme is used to locate network resources via the HTTP
1119   protocol. This section defines the scheme-specific syntax and
1120   semantics for http URLs.
1121</t>
1122<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="http-URL"/>
1123  <x:ref>http-URL</x:ref> = "http:" "//" <x:ref>uri-host</x:ref> [ ":" <x:ref>port</x:ref> ]
1124             [ <x:ref>path-absolute</x:ref> [ "?" <x:ref>query</x:ref> ]]
1125</artwork></figure>
1126<t>
1127   If the port is empty or not given, port 80 is assumed. The semantics
1128   are that the identified resource is located at the server listening
1129   for TCP connections on that port of that host, and the Request-URI
1130   for the resource is path-absolute (<xref target="request-uri"/>). The use of IP addresses
1131   in URLs &SHOULD; be avoided whenever possible (see <xref target="RFC1900"/>). If
1132   the path-absolute is not present in the URL, it &MUST; be given as "/" when
1133   used as a Request-URI for a resource (<xref target="request-uri"/>). If a proxy
1134   receives a host name which is not a fully qualified domain name, it
1135   &MAY; add its domain to the host name it received. If a proxy receives
1136   a fully qualified domain name, the proxy &MUST-NOT; change the host
1137   name.
1138</t>
1139</section>
1140
1141<section title="URI Comparison" anchor="uri.comparison">
1142<t>
1143   When comparing two URIs to decide if they match or not, a client
1144   &SHOULD; use a case-sensitive octet-by-octet comparison of the entire
1145   URIs, with these exceptions:
1146  <list style="symbols">
1147    <t>A port that is empty or not given is equivalent to the default
1148        port for that URI-reference;</t>
1149    <t>Comparisons of host names &MUST; be case-insensitive;</t>
1150    <t>Comparisons of scheme names &MUST; be case-insensitive;</t>
1151    <t>An empty path-absolute is equivalent to an path-absolute of "/".</t>
1152  </list>
1153</t>
1154<t>
1155   Characters other than those in the "reserved" set (see
1156   <xref target="RFC2396"/>) are equivalent to their ""%" HEX HEX" encoding.
1157</t>
1158<t>
1159   For example, the following three URIs are equivalent:
1160</t>
1161<figure><artwork type="example">
1162   http://example.com:80/~smith/home.html
1163   http://EXAMPLE.com/%7Esmith/home.html
1164   http://EXAMPLE.com:/%7esmith/home.html
1165</artwork></figure>
1166</section>
1167</section>
1168
1169<section title="Date/Time Formats" anchor="date.time.formats">
1170<section title="Full Date" anchor="full.date">
1171  <x:anchor-alias value="HTTP-date"/>
1172  <x:anchor-alias value="rfc1123-date"/>
1173  <x:anchor-alias value="rfc850-date"/>
1174  <x:anchor-alias value="asctime-date"/>
1175  <x:anchor-alias value="date1"/>
1176  <x:anchor-alias value="date2"/>
1177  <x:anchor-alias value="date3"/>
1178  <x:anchor-alias value="rfc1123-date"/>
1179  <x:anchor-alias value="time"/>
1180  <x:anchor-alias value="wkday"/>
1181  <x:anchor-alias value="weekday"/>
1182  <x:anchor-alias value="month"/>
1183<t>
1184   HTTP applications have historically allowed three different formats
1185   for the representation of date/time stamps:
1186</t>
1187<figure><artwork type="example">
1188   Sun, 06 Nov 1994 08:49:37 GMT  ; RFC 822, updated by RFC 1123
1189   Sunday, 06-Nov-94 08:49:37 GMT ; obsolete RFC 850 format
1190   Sun Nov  6 08:49:37 1994       ; ANSI C's asctime() format
1191</artwork></figure>
1192<t>
1193   The first format is preferred as an Internet standard and represents
1194   a fixed-length subset of that defined by <xref target="RFC1123"/> (an update to
1195   <xref target="RFC822"/>). The other formats are described here only for
1196   compatibility with obsolete implementations.
1197   HTTP/1.1 clients and servers that parse the date value &MUST; accept
1198   all three formats (for compatibility with HTTP/1.0), though they &MUST;
1199   only generate the RFC 1123 format for representing HTTP-date values
1200   in header fields. See <xref target="tolerant.applications"/> for further information.
1201</t>
1202<t><list><t>
1203      <x:h>Note:</x:h> Recipients of date values are encouraged to be robust in
1204      accepting date values that may have been sent by non-HTTP
1205      applications, as is sometimes the case when retrieving or posting
1206      messages via proxies/gateways to SMTP or NNTP.
1207</t></list></t>
1208<t>
1209   All HTTP date/time stamps &MUST; be represented in Greenwich Mean Time
1210   (GMT), without exception. For the purposes of HTTP, GMT is exactly
1211   equal to UTC (Coordinated Universal Time). This is indicated in the
1212   first two formats by the inclusion of "GMT" as the three-letter
1213   abbreviation for time zone, and &MUST; be assumed when reading the
1214   asctime format. HTTP-date is case sensitive and &MUST-NOT; include
1215   additional LWS beyond that specifically included as SP in the
1216   grammar.
1217</t>
1218<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HTTP-date"/><iref primary="true" item="Grammar" subitem="rfc1123-date"/><iref primary="true" item="Grammar" subitem="rfc850-date"/><iref primary="true" item="Grammar" subitem="asctime-date"/><iref primary="true" item="Grammar" subitem="date1"/><iref primary="true" item="Grammar" subitem="date2"/><iref primary="true" item="Grammar" subitem="date3"/><iref primary="true" item="Grammar" subitem="time"/><iref primary="true" item="Grammar" subitem="wkday"/><iref primary="true" item="Grammar" subitem="weekday"/><iref primary="true" item="Grammar" subitem="month"/>
1219  <x:ref>HTTP-date</x:ref>    = <x:ref>rfc1123-date</x:ref> | <x:ref>rfc850-date</x:ref> | <x:ref>asctime-date</x:ref>
1220  <x:ref>rfc1123-date</x:ref> = <x:ref>wkday</x:ref> "," <x:ref>SP</x:ref> date1 <x:ref>SP</x:ref> time <x:ref>SP</x:ref> "GMT"
1221  <x:ref>rfc850-date</x:ref>  = <x:ref>weekday</x:ref> "," <x:ref>SP</x:ref> date2 <x:ref>SP</x:ref> time <x:ref>SP</x:ref> "GMT"
1222  <x:ref>asctime-date</x:ref> = <x:ref>wkday</x:ref> <x:ref>SP</x:ref> <x:ref>date3</x:ref> <x:ref>SP</x:ref> <x:ref>time</x:ref> <x:ref>SP</x:ref> 4<x:ref>DIGIT</x:ref>
1223  <x:ref>date1</x:ref>        = 2<x:ref>DIGIT</x:ref> <x:ref>SP</x:ref> <x:ref>month</x:ref> <x:ref>SP</x:ref> 4<x:ref>DIGIT</x:ref>
1224                 ; day month year (e.g., 02 Jun 1982)
1225  <x:ref>date2</x:ref>        = 2<x:ref>DIGIT</x:ref> "-" <x:ref>month</x:ref> "-" 2<x:ref>DIGIT</x:ref>
1226                 ; day-month-year (e.g., 02-Jun-82)
1227  <x:ref>date3</x:ref>        = <x:ref>month</x:ref> <x:ref>SP</x:ref> ( 2<x:ref>DIGIT</x:ref> | ( <x:ref>SP</x:ref> 1<x:ref>DIGIT</x:ref> ))
1228                 ; month day (e.g., Jun  2)
1229  <x:ref>time</x:ref>         = 2<x:ref>DIGIT</x:ref> ":" 2<x:ref>DIGIT</x:ref> ":" 2<x:ref>DIGIT</x:ref>
1230                 ; 00:00:00 - 23:59:59
1231  <x:ref>wkday</x:ref>        = "Mon" | "Tue" | "Wed"
1232               | "Thu" | "Fri" | "Sat" | "Sun"
1233  <x:ref>weekday</x:ref>      = "Monday" | "Tuesday" | "Wednesday"
1234               | "Thursday" | "Friday" | "Saturday" | "Sunday"
1235  <x:ref>month</x:ref>        = "Jan" | "Feb" | "Mar" | "Apr"
1236               | "May" | "Jun" | "Jul" | "Aug"
1237               | "Sep" | "Oct" | "Nov" | "Dec"
1238</artwork></figure>
1239<t>
1240      <x:h>Note:</x:h> HTTP requirements for the date/time stamp format apply only
1241      to their usage within the protocol stream. Clients and servers are
1242      not required to use these formats for user presentation, request
1243      logging, etc.
1244</t>
1245</section>
1246</section>
1247
1248<section title="Transfer Codings" anchor="transfer.codings">
1249  <x:anchor-alias value="parameter"/>
1250  <x:anchor-alias value="transfer-coding"/>
1251  <x:anchor-alias value="transfer-extension"/>
1252<t>
1253   Transfer-coding values are used to indicate an encoding
1254   transformation that has been, can be, or may need to be applied to an
1255   entity-body in order to ensure "safe transport" through the network.
1256   This differs from a content coding in that the transfer-coding is a
1257   property of the message, not of the original entity.
1258</t>
1259<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="transfer-coding"/><iref primary="true" item="Grammar" subitem="transfer-extension"/>
1260  <x:ref>transfer-coding</x:ref>         = "chunked" | <x:ref>transfer-extension</x:ref>
1261  <x:ref>transfer-extension</x:ref>      = <x:ref>token</x:ref> *( ";" <x:ref>parameter</x:ref> )
1262</artwork></figure>
1263<t anchor="rule.parameter">
1264  <x:anchor-alias value="attribute"/>
1265  <x:anchor-alias value="parameter"/>
1266  <x:anchor-alias value="value"/>
1267   Parameters are in  the form of attribute/value pairs.
1268</t>
1269<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="parameter"/><iref primary="true" item="Grammar" subitem="attribute"/><iref primary="true" item="Grammar" subitem="value"/>
1270  <x:ref>parameter</x:ref>               = <x:ref>attribute</x:ref> "=" <x:ref>value</x:ref>
1271  <x:ref>attribute</x:ref>               = <x:ref>token</x:ref>
1272  <x:ref>value</x:ref>                   = <x:ref>token</x:ref> | <x:ref>quoted-string</x:ref>
1273</artwork></figure>
1274<t>
1275   All transfer-coding values are case-insensitive. HTTP/1.1 uses
1276   transfer-coding values in the TE header field (<xref target="header.te"/>) and in
1277   the Transfer-Encoding header field (<xref target="header.transfer-encoding"/>).
1278</t>
1279<t>
1280   Whenever a transfer-coding is applied to a message-body, the set of
1281   transfer-codings &MUST; include "chunked", unless the message is
1282   terminated by closing the connection. When the "chunked" transfer-coding
1283   is used, it &MUST; be the last transfer-coding applied to the
1284   message-body. The "chunked" transfer-coding &MUST-NOT; be applied more
1285   than once to a message-body. These rules allow the recipient to
1286   determine the transfer-length of the message (<xref target="message.length"/>).
1287</t>
1288<t>
1289   Transfer-codings are analogous to the Content-Transfer-Encoding
1290   values of MIME <xref target="RFC2045"/>, which were designed to enable safe transport of
1291   binary data over a 7-bit transport service. However, safe transport
1292   has a different focus for an 8bit-clean transfer protocol. In HTTP,
1293   the only unsafe characteristic of message-bodies is the difficulty in
1294   determining the exact body length (<xref target="message.length"/>), or the desire to
1295   encrypt data over a shared transport.
1296</t>
1297<t>
1298   The Internet Assigned Numbers Authority (IANA) acts as a registry for
1299   transfer-coding value tokens. Initially, the registry contains the
1300   following tokens: "chunked" (<xref target="chunked.transfer.encoding"/>),
1301   "gzip", "compress", and "deflate" (&content-codings;).
1302</t>
1303<t>
1304   New transfer-coding value tokens &SHOULD; be registered in the same way
1305   as new content-coding value tokens (&content-codings;).
1306</t>
1307<t>
1308   A server which receives an entity-body with a transfer-coding it does
1309   not understand &SHOULD; return 501 (Not Implemented), and close the
1310   connection. A server &MUST-NOT; send transfer-codings to an HTTP/1.0
1311   client.
1312</t>
1313
1314<section title="Chunked Transfer Coding" anchor="chunked.transfer.encoding">
1315  <x:anchor-alias value="chunk"/>
1316  <x:anchor-alias value="Chunked-Body"/>
1317  <x:anchor-alias value="chunk-data"/>
1318  <x:anchor-alias value="chunk-extension"/>
1319  <x:anchor-alias value="chunk-ext-name"/>
1320  <x:anchor-alias value="chunk-ext-val"/>
1321  <x:anchor-alias value="chunk-size"/>
1322  <x:anchor-alias value="last-chunk"/>
1323  <x:anchor-alias value="trailer-part"/>
1324<t>
1325   The chunked encoding modifies the body of a message in order to
1326   transfer it as a series of chunks, each with its own size indicator,
1327   followed by an &OPTIONAL; trailer containing entity-header fields. This
1328   allows dynamically produced content to be transferred along with the
1329   information necessary for the recipient to verify that it has
1330   received the full message.
1331</t>
1332<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Chunked-Body"/><iref primary="true" item="Grammar" subitem="chunk"/><iref primary="true" item="Grammar" subitem="chunk-size"/><iref primary="true" item="Grammar" subitem="last-chunk"/><iref primary="true" item="Grammar" subitem="chunk-extension"/><iref primary="true" item="Grammar" subitem="chunk-ext-name"/><iref primary="true" item="Grammar" subitem="chunk-ext-val"/><iref primary="true" item="Grammar" subitem="chunk-data"/><iref primary="true" item="Grammar" subitem="trailer-part"/>
1333  <x:ref>Chunked-Body</x:ref>   = *<x:ref>chunk</x:ref>
1334                   <x:ref>last-chunk</x:ref>
1335                   <x:ref>trailer-part</x:ref>
1336                   <x:ref>CRLF</x:ref>
1337 
1338  <x:ref>chunk</x:ref>          = <x:ref>chunk-size</x:ref> [ <x:ref>chunk-extension</x:ref> ] <x:ref>CRLF</x:ref>
1339                   <x:ref>chunk-data</x:ref> <x:ref>CRLF</x:ref>
1340  <x:ref>chunk-size</x:ref>     = 1*<x:ref>HEX</x:ref>
1341  <x:ref>last-chunk</x:ref>     = 1*("0") [ <x:ref>chunk-extension</x:ref> ] <x:ref>CRLF</x:ref>
1342 
1343  <x:ref>chunk-extension</x:ref>= *( ";" <x:ref>chunk-ext-name</x:ref> [ "=" <x:ref>chunk-ext-val</x:ref> ] )
1344  <x:ref>chunk-ext-name</x:ref> = <x:ref>token</x:ref>
1345  <x:ref>chunk-ext-val</x:ref>  = <x:ref>token</x:ref> | <x:ref>quoted-string</x:ref>
1346  <x:ref>chunk-data</x:ref>     = 1*<x:ref>OCTET</x:ref> ; a sequence of chunk-size octets
1347  <x:ref>trailer-part</x:ref>   = *(<x:ref>entity-header</x:ref> <x:ref>CRLF</x:ref>)
1348</artwork></figure>
1349<t>
1350   The chunk-size field is a string of hex digits indicating the size of
1351   the chunk-data in octets. The chunked encoding is ended by any chunk whose size is
1352   zero, followed by the trailer, which is terminated by an empty line.
1353</t>
1354<t>
1355   The trailer allows the sender to include additional HTTP header
1356   fields at the end of the message. The Trailer header field can be
1357   used to indicate which header fields are included in a trailer (see
1358   <xref target="header.trailer"/>).
1359</t>
1360<t>
1361   A server using chunked transfer-coding in a response &MUST-NOT; use the
1362   trailer for any header fields unless at least one of the following is
1363   true:
1364  <list style="numbers">
1365    <t>the request included a TE header field that indicates "trailers" is
1366     acceptable in the transfer-coding of the  response, as described in
1367     <xref target="header.te"/>; or,</t>
1368
1369    <t>the server is the origin server for the response, the trailer
1370     fields consist entirely of optional metadata, and the recipient
1371     could use the message (in a manner acceptable to the origin server)
1372     without receiving this metadata.  In other words, the origin server
1373     is willing to accept the possibility that the trailer fields might
1374     be silently discarded along the path to the client.</t>
1375  </list>
1376</t>
1377<t>
1378   This requirement prevents an interoperability failure when the
1379   message is being received by an HTTP/1.1 (or later) proxy and
1380   forwarded to an HTTP/1.0 recipient. It avoids a situation where
1381   compliance with the protocol would have necessitated a possibly
1382   infinite buffer on the proxy.
1383</t>
1384<t>
1385   A process for decoding the "chunked" transfer-coding
1386   can be represented in pseudo-code as:
1387</t>
1388<figure><artwork type="code">
1389    length := 0
1390    read chunk-size, chunk-extension (if any) and CRLF
1391    while (chunk-size &gt; 0) {
1392       read chunk-data and CRLF
1393       append chunk-data to entity-body
1394       length := length + chunk-size
1395       read chunk-size and CRLF
1396    }
1397    read entity-header
1398    while (entity-header not empty) {
1399       append entity-header to existing header fields
1400       read entity-header
1401    }
1402    Content-Length := length
1403    Remove "chunked" from Transfer-Encoding
1404</artwork></figure>
1405<t>
1406   All HTTP/1.1 applications &MUST; be able to receive and decode the
1407   "chunked" transfer-coding, and &MUST; ignore chunk-extension extensions
1408   they do not understand.
1409</t>
1410</section>
1411</section>
1412
1413<section title="Product Tokens" anchor="product.tokens">
1414  <x:anchor-alias value="product"/>
1415  <x:anchor-alias value="product-version"/>
1416<t>
1417   Product tokens are used to allow communicating applications to
1418   identify themselves by software name and version. Most fields using
1419   product tokens also allow sub-products which form a significant part
1420   of the application to be listed, separated by white space. By
1421   convention, the products are listed in order of their significance
1422   for identifying the application.
1423</t>
1424<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="product"/><iref primary="true" item="Grammar" subitem="product-version"/>
1425  <x:ref>product</x:ref>         = <x:ref>token</x:ref> ["/" <x:ref>product-version</x:ref>]
1426  <x:ref>product-version</x:ref> = <x:ref>token</x:ref>
1427</artwork></figure>
1428<t>
1429   Examples:
1430</t>
1431<figure><artwork type="example">
1432    User-Agent: CERN-LineMode/2.15 libwww/2.17b3
1433    Server: Apache/0.8.4
1434</artwork></figure>
1435<t>
1436   Product tokens &SHOULD; be short and to the point. They &MUST-NOT; be
1437   used for advertising or other non-essential information. Although any
1438   token character &MAY; appear in a product-version, this token &SHOULD;
1439   only be used for a version identifier (i.e., successive versions of
1440   the same product &SHOULD; only differ in the product-version portion of
1441   the product value).
1442</t>
1443</section>
1444
1445</section>
1446
1447<section title="HTTP Message" anchor="http.message">
1448
1449<section title="Message Types" anchor="message.types">
1450  <x:anchor-alias value="generic-message"/>
1451  <x:anchor-alias value="HTTP-message"/>
1452  <x:anchor-alias value="start-line"/>
1453<t>
1454   HTTP messages consist of requests from client to server and responses
1455   from server to client.
1456</t>
1457<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="HTTP-message"/>
1458  <x:ref>HTTP-message</x:ref>   = <x:ref>Request</x:ref> | <x:ref>Response</x:ref>     ; HTTP/1.1 messages
1459</artwork></figure>
1460<t>
1461   Request (<xref target="request"/>) and Response (<xref target="response"/>) messages use the generic
1462   message format of <xref target="RFC2822"/> for transferring entities (the payload
1463   of the message). Both types of message consist of a start-line, zero
1464   or more header fields (also known as "headers"), an empty line (i.e.,
1465   a line with nothing preceding the CRLF) indicating the end of the
1466   header fields, and possibly a message-body.
1467</t>
1468<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="generic-message"/><iref primary="true" item="Grammar" subitem="start-line"/>
1469  <x:ref>generic-message</x:ref> = <x:ref>start-line</x:ref>
1470                    *(<x:ref>message-header</x:ref> <x:ref>CRLF</x:ref>)
1471                    <x:ref>CRLF</x:ref>
1472                    [ <x:ref>message-body</x:ref> ]
1473  <x:ref>start-line</x:ref>      = <x:ref>Request-Line</x:ref> | <x:ref>Status-Line</x:ref>
1474</artwork></figure>
1475<t>
1476   In the interest of robustness, servers &SHOULD; ignore any empty
1477   line(s) received where a Request-Line is expected. In other words, if
1478   the server is reading the protocol stream at the beginning of a
1479   message and receives a CRLF first, it should ignore the CRLF.
1480</t>
1481<t>
1482   Certain buggy HTTP/1.0 client implementations generate extra CRLF's
1483   after a POST request. To restate what is explicitly forbidden by the
1484   BNF, an HTTP/1.1 client &MUST-NOT; preface or follow a request with an
1485   extra CRLF.
1486</t>
1487</section>
1488
1489<section title="Message Headers" anchor="message.headers">
1490  <x:anchor-alias value="field-content"/>
1491  <x:anchor-alias value="field-name"/>
1492  <x:anchor-alias value="field-value"/>
1493  <x:anchor-alias value="message-header"/>
1494<t>
1495   HTTP header fields, which include general-header (<xref target="general.header.fields"/>),
1496   request-header (&request-header-fields;), response-header (&response-header-fields;), and
1497   entity-header (&entity-header-fields;) fields, follow the same generic format as
1498   that given in <xref target="RFC2822" x:fmt="of" x:sec="2.1"/>. Each header field consists
1499   of a name followed by a colon (":") and the field value. Field names
1500   are case-insensitive. The field value &MAY; be preceded by any amount
1501   of LWS, though a single SP is preferred. Header fields can be
1502   extended over multiple lines by preceding each extra line with at
1503   least one SP or HTAB. Applications ought to follow "common form", where
1504   one is known or indicated, when generating HTTP constructs, since
1505   there might exist some implementations that fail to accept anything
1506   beyond the common forms.
1507</t>
1508<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="message-header"/><iref primary="true" item="Grammar" subitem="field-name"/><iref primary="true" item="Grammar" subitem="field-value"/><iref primary="true" item="Grammar" subitem="field-content"/>
1509  <x:ref>message-header</x:ref> = <x:ref>field-name</x:ref> ":" [ <x:ref>field-value</x:ref> ]
1510  <x:ref>field-name</x:ref>     = <x:ref>token</x:ref>
1511  <x:ref>field-value</x:ref>    = *( <x:ref>field-content</x:ref> | <x:ref>LWS</x:ref> )
1512  <x:ref>field-content</x:ref>  = &lt;field content&gt;
1513                   ; the <x:ref>OCTET</x:ref>s making up the field-value
1514                   ; and consisting of either *<x:ref>TEXT</x:ref> or combinations
1515                   ; of <x:ref>token</x:ref>, <x:ref>separators</x:ref>, and <x:ref>quoted-string</x:ref>
1516</artwork></figure>
1517<t>
1518   The field-content does not include any leading or trailing LWS:
1519   linear white space occurring before the first non-whitespace
1520   character of the field-value or after the last non-whitespace
1521   character of the field-value. Such leading or trailing LWS &MAY; be
1522   removed without changing the semantics of the field value. Any LWS
1523   that occurs between field-content &MAY; be replaced with a single SP
1524   before interpreting the field value or forwarding the message
1525   downstream.
1526</t>
1527<t>
1528   The order in which header fields with differing field names are
1529   received is not significant. However, it is "good practice" to send
1530   general-header fields first, followed by request-header or response-header
1531   fields, and ending with the entity-header fields.
1532</t>
1533<t>
1534   Multiple message-header fields with the same field-name &MAY; be
1535   present in a message if and only if the entire field-value for that
1536   header field is defined as a comma-separated list [i.e., #(values)].
1537   It &MUST; be possible to combine the multiple header fields into one
1538   "field-name: field-value" pair, without changing the semantics of the
1539   message, by appending each subsequent field-value to the first, each
1540   separated by a comma. The order in which header fields with the same
1541   field-name are received is therefore significant to the
1542   interpretation of the combined field value, and thus a proxy &MUST-NOT;
1543   change the order of these field values when a message is forwarded.
1544</t>
1545</section>
1546
1547<section title="Message Body" anchor="message.body">
1548  <x:anchor-alias value="message-body"/>
1549<t>
1550   The message-body (if any) of an HTTP message is used to carry the
1551   entity-body associated with the request or response. The message-body
1552   differs from the entity-body only when a transfer-coding has been
1553   applied, as indicated by the Transfer-Encoding header field (<xref target="header.transfer-encoding"/>).
1554</t>
1555<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="message-body"/>
1556  <x:ref>message-body</x:ref> = <x:ref>entity-body</x:ref>
1557               | &lt;entity-body encoded as per <x:ref>Transfer-Encoding</x:ref>&gt;
1558</artwork></figure>
1559<t>
1560   Transfer-Encoding &MUST; be used to indicate any transfer-codings
1561   applied by an application to ensure safe and proper transfer of the
1562   message. Transfer-Encoding is a property of the message, not of the
1563   entity, and thus &MAY; be added or removed by any application along the
1564   request/response chain. (However, <xref target="transfer.codings"/> places restrictions on
1565   when certain transfer-codings may be used.)
1566</t>
1567<t>
1568   The rules for when a message-body is allowed in a message differ for
1569   requests and responses.
1570</t>
1571<t>
1572   The presence of a message-body in a request is signaled by the
1573   inclusion of a Content-Length or Transfer-Encoding header field in
1574   the request's message-headers. A message-body &MUST-NOT; be included in
1575   a request if the specification of the request method (&method;)
1576   explicitly disallows an entity-body in requests.
1577   When a request message contains both a message-body of non-zero
1578   length and a method that does not define any semantics for that
1579   request message-body, then an origin server &SHOULD; either ignore
1580   the message-body or respond with an appropriate error message
1581   (e.g., 413).  A proxy or gateway, when presented the same request,
1582   &SHOULD; either forward the request inbound with the message-body or
1583   ignore the message-body when determining a response.
1584</t>
1585<t>
1586   For response messages, whether or not a message-body is included with
1587   a message is dependent on both the request method and the response
1588   status code (<xref target="status.code.and.reason.phrase"/>). All responses to the HEAD request method
1589   &MUST-NOT; include a message-body, even though the presence of entity-header
1590   fields might lead one to believe they do. All 1xx
1591   (informational), 204 (No Content), and 304 (Not Modified) responses
1592   &MUST-NOT; include a message-body. All other responses do include a
1593   message-body, although it &MAY; be of zero length.
1594</t>
1595</section>
1596
1597<section title="Message Length" anchor="message.length">
1598<t>
1599   The transfer-length of a message is the length of the message-body as
1600   it appears in the message; that is, after any transfer-codings have
1601   been applied. When a message-body is included with a message, the
1602   transfer-length of that body is determined by one of the following
1603   (in order of precedence):
1604</t>
1605<t>
1606  <list style="numbers">
1607    <x:lt><t>
1608     Any response message which "&MUST-NOT;" include a message-body (such
1609     as the 1xx, 204, and 304 responses and any response to a HEAD
1610     request) is always terminated by the first empty line after the
1611     header fields, regardless of the entity-header fields present in
1612     the message.
1613    </t></x:lt>
1614    <x:lt><t>
1615     If a Transfer-Encoding header field (<xref target="header.transfer-encoding"/>)
1616     is present, then the transfer-length is
1617     defined by use of the "chunked" transfer-coding (<xref target="transfer.codings"/>),
1618     unless the message is terminated by closing the connection.
1619    </t></x:lt>
1620    <x:lt><t>
1621     If a Content-Length header field (<xref target="header.content-length"/>) is present, its
1622     decimal value in OCTETs represents both the entity-length and the
1623     transfer-length. The Content-Length header field &MUST-NOT; be sent
1624     if these two lengths are different (i.e., if a Transfer-Encoding
1625     header field is present). If a message is received with both a
1626     Transfer-Encoding header field and a Content-Length header field,
1627     the latter &MUST; be ignored.
1628    </t></x:lt>
1629    <x:lt><t>
1630     If the message uses the media type "multipart/byteranges", and the
1631     transfer-length is not otherwise specified, then this self-delimiting
1632     media type defines the transfer-length. This media type
1633     &MUST-NOT; be used unless the sender knows that the recipient can parse
1634     it; the presence in a request of a Range header with multiple byte-range
1635     specifiers from a 1.1 client implies that the client can parse
1636     multipart/byteranges responses.
1637    <list style="empty"><t>
1638       A range header might be forwarded by a 1.0 proxy that does not
1639       understand multipart/byteranges; in this case the server &MUST;
1640       delimit the message using methods defined in items 1, 3 or 5 of
1641       this section.
1642    </t></list>
1643    </t></x:lt>
1644    <x:lt><t>
1645     By the server closing the connection. (Closing the connection
1646     cannot be used to indicate the end of a request body, since that
1647     would leave no possibility for the server to send back a response.)
1648    </t></x:lt>
1649  </list>
1650</t>
1651<t>
1652   For compatibility with HTTP/1.0 applications, HTTP/1.1 requests
1653   containing a message-body &MUST; include a valid Content-Length header
1654   field unless the server is known to be HTTP/1.1 compliant. If a
1655   request contains a message-body and a Content-Length is not given,
1656   the server &SHOULD; respond with 400 (Bad Request) if it cannot
1657   determine the length of the message, or with 411 (Length Required) if
1658   it wishes to insist on receiving a valid Content-Length.
1659</t>
1660<t>
1661   All HTTP/1.1 applications that receive entities &MUST; accept the
1662   "chunked" transfer-coding (<xref target="transfer.codings"/>), thus allowing this mechanism
1663   to be used for messages when the message length cannot be determined
1664   in advance.
1665</t>
1666<t>
1667   Messages &MUST-NOT; include both a Content-Length header field and a
1668   transfer-coding. If the message does include a
1669   transfer-coding, the Content-Length &MUST; be ignored.
1670</t>
1671<t>
1672   When a Content-Length is given in a message where a message-body is
1673   allowed, its field value &MUST; exactly match the number of OCTETs in
1674   the message-body. HTTP/1.1 user agents &MUST; notify the user when an
1675   invalid length is received and detected.
1676</t>
1677</section>
1678
1679<section title="General Header Fields" anchor="general.header.fields">
1680  <x:anchor-alias value="general-header"/>
1681<t>
1682   There are a few header fields which have general applicability for
1683   both request and response messages, but which do not apply to the
1684   entity being transferred. These header fields apply only to the
1685   message being transmitted.
1686</t>
1687<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="general-header"/>
1688  <x:ref>general-header</x:ref> = <x:ref>Cache-Control</x:ref>            ; &header-cache-control;
1689                 | <x:ref>Connection</x:ref>               ; <xref target="header.connection"/>
1690                 | <x:ref>Date</x:ref>                     ; <xref target="header.date"/>
1691                 | <x:ref>Pragma</x:ref>                   ; &header-pragma;
1692                 | <x:ref>Trailer</x:ref>                  ; <xref target="header.trailer"/>
1693                 | <x:ref>Transfer-Encoding</x:ref>        ; <xref target="header.transfer-encoding"/>
1694                 | <x:ref>Upgrade</x:ref>                  ; <xref target="header.upgrade"/>
1695                 | <x:ref>Via</x:ref>                      ; <xref target="header.via"/>
1696                 | <x:ref>Warning</x:ref>                  ; &header-warning;
1697</artwork></figure>
1698<t>
1699   General-header field names can be extended reliably only in
1700   combination with a change in the protocol version. However, new or
1701   experimental header fields may be given the semantics of general
1702   header fields if all parties in the communication recognize them to
1703   be general-header fields. Unrecognized header fields are treated as
1704   entity-header fields.
1705</t>
1706</section>
1707</section>
1708
1709<section title="Request" anchor="request">
1710  <x:anchor-alias value="Request"/>
1711<t>
1712   A request message from a client to a server includes, within the
1713   first line of that message, the method to be applied to the resource,
1714   the identifier of the resource, and the protocol version in use.
1715</t>
1716<!--                 Host                      ; should be moved here eventually -->
1717<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Request"/>
1718  <x:ref>Request</x:ref>       = <x:ref>Request-Line</x:ref>              ; <xref target="request-line"/>
1719                  *(( <x:ref>general-header</x:ref>        ; <xref target="general.header.fields"/>
1720                   | <x:ref>request-header</x:ref>         ; &request-header-fields;
1721                   | <x:ref>entity-header</x:ref> ) <x:ref>CRLF</x:ref>)  ; &entity-header-fields;
1722                  <x:ref>CRLF</x:ref>
1723                  [ <x:ref>message-body</x:ref> ]          ; <xref target="message.body"/>
1724</artwork></figure>
1725
1726<section title="Request-Line" anchor="request-line">
1727  <x:anchor-alias value="Request-Line"/>
1728<t>
1729   The Request-Line begins with a method token, followed by the
1730   Request-URI and the protocol version, and ending with CRLF. The
1731   elements are separated by SP characters. No CR or LF is allowed
1732   except in the final CRLF sequence.
1733</t>
1734<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Request-Line"/>
1735  <x:ref>Request-Line</x:ref>   = <x:ref>Method</x:ref> <x:ref>SP</x:ref> <x:ref>Request-URI</x:ref> <x:ref>SP</x:ref> <x:ref>HTTP-Version</x:ref> <x:ref>CRLF</x:ref>
1736</artwork></figure>
1737
1738<section title="Method" anchor="method">
1739  <x:anchor-alias value="Method"/>
1740<t>
1741   The Method  token indicates the method to be performed on the
1742   resource identified by the Request-URI. The method is case-sensitive.
1743</t>
1744<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Method"/><iref primary="true" item="Grammar" subitem="extension-method"/>
1745  <x:ref>Method</x:ref>         = <x:ref>token</x:ref>
1746</artwork></figure>
1747</section>
1748
1749<section title="Request-URI" anchor="request-uri">
1750  <x:anchor-alias value="Request-URI"/>
1751<t>
1752   The Request-URI is a Uniform Resource Identifier (<xref target="uri"/>) and
1753   identifies the resource upon which to apply the request.
1754</t>
1755<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Request-URI"/>
1756  <x:ref>Request-URI</x:ref>    = "*"
1757                 | <x:ref>absoluteURI</x:ref>
1758                 | ( <x:ref>path-absolute</x:ref> [ "?" <x:ref>query</x:ref> ] )
1759                 | <x:ref>authority</x:ref>
1760</artwork></figure>
1761<t>
1762   The four options for Request-URI are dependent on the nature of the
1763   request. The asterisk "*" means that the request does not apply to a
1764   particular resource, but to the server itself, and is only allowed
1765   when the method used does not necessarily apply to a resource. One
1766   example would be
1767</t>
1768<figure><artwork type="example">
1769    OPTIONS * HTTP/1.1
1770</artwork></figure>
1771<t>
1772   The absoluteURI form is &REQUIRED; when the request is being made to a
1773   proxy. The proxy is requested to forward the request or service it
1774   from a valid cache, and return the response. Note that the proxy &MAY;
1775   forward the request on to another proxy or directly to the server
1776   specified by the absoluteURI. In order to avoid request loops, a
1777   proxy &MUST; be able to recognize all of its server names, including
1778   any aliases, local variations, and the numeric IP address. An example
1779   Request-Line would be:
1780</t>
1781<figure><artwork type="example">
1782    GET http://www.example.org/pub/WWW/TheProject.html HTTP/1.1
1783</artwork></figure>
1784<t>
1785   To allow for transition to absoluteURIs in all requests in future
1786   versions of HTTP, all HTTP/1.1 servers &MUST; accept the absoluteURI
1787   form in requests, even though HTTP/1.1 clients will only generate
1788   them in requests to proxies.
1789</t>
1790<t>
1791   The authority form is only used by the CONNECT method (&CONNECT;).
1792</t>
1793<t>
1794   The most common form of Request-URI is that used to identify a
1795   resource on an origin server or gateway. In this case the absolute
1796   path of the URI &MUST; be transmitted (see <xref target="general.syntax"/>, path-absolute) as
1797   the Request-URI, and the network location of the URI (authority) &MUST;
1798   be transmitted in a Host header field. For example, a client wishing
1799   to retrieve the resource above directly from the origin server would
1800   create a TCP connection to port 80 of the host "www.example.org" and send
1801   the lines:
1802</t>
1803<figure><artwork type="example">
1804    GET /pub/WWW/TheProject.html HTTP/1.1
1805    Host: www.example.org
1806</artwork></figure>
1807<t>
1808   followed by the remainder of the Request. Note that the absolute path
1809   cannot be empty; if none is present in the original URI, it &MUST; be
1810   given as "/" (the server root).
1811</t>
1812<t>
1813   The Request-URI is transmitted in the format specified in
1814   <xref target="general.syntax"/>. If the Request-URI is encoded using the "% HEX HEX" encoding
1815   <xref target="RFC2396"/>, the origin server &MUST; decode the Request-URI in order to
1816   properly interpret the request. Servers &SHOULD; respond to invalid
1817   Request-URIs with an appropriate status code.
1818</t>
1819<t>
1820   A transparent proxy &MUST-NOT; rewrite the "path-absolute" part of the
1821   received Request-URI when forwarding it to the next inbound server,
1822   except as noted above to replace a null path-absolute with "/".
1823</t>
1824<t>
1825  <list><t>
1826      <x:h>Note:</x:h> The "no rewrite" rule prevents the proxy from changing the
1827      meaning of the request when the origin server is improperly using
1828      a non-reserved URI character for a reserved purpose.  Implementors
1829      should be aware that some pre-HTTP/1.1 proxies have been known to
1830      rewrite the Request-URI.
1831  </t></list>
1832</t>
1833</section>
1834</section>
1835
1836<section title="The Resource Identified by a Request" anchor="the.resource.identified.by.a.request">
1837<t>
1838   The exact resource identified by an Internet request is determined by
1839   examining both the Request-URI and the Host header field.
1840</t>
1841<t>
1842   An origin server that does not allow resources to differ by the
1843   requested host &MAY; ignore the Host header field value when
1844   determining the resource identified by an HTTP/1.1 request. (But see
1845   <xref target="changes.to.simplify.multi-homed.web.servers.and.conserve.ip.addresses"/>
1846   for other requirements on Host support in HTTP/1.1.)
1847</t>
1848<t>
1849   An origin server that does differentiate resources based on the host
1850   requested (sometimes referred to as virtual hosts or vanity host
1851   names) &MUST; use the following rules for determining the requested
1852   resource on an HTTP/1.1 request:
1853  <list style="numbers">
1854    <t>If Request-URI is an absoluteURI, the host is part of the
1855     Request-URI. Any Host header field value in the request &MUST; be
1856     ignored.</t>
1857    <t>If the Request-URI is not an absoluteURI, and the request includes
1858     a Host header field, the host is determined by the Host header
1859     field value.</t>
1860    <t>If the host as determined by rule 1 or 2 is not a valid host on
1861     the server, the response &MUST; be a 400 (Bad Request) error message.</t>
1862  </list>
1863</t>
1864<t>
1865   Recipients of an HTTP/1.0 request that lacks a Host header field &MAY;
1866   attempt to use heuristics (e.g., examination of the URI path for
1867   something unique to a particular host) in order to determine what
1868   exact resource is being requested.
1869</t>
1870</section>
1871
1872</section>
1873
1874
1875<section title="Response" anchor="response">
1876  <x:anchor-alias value="Response"/>
1877<t>
1878   After receiving and interpreting a request message, a server responds
1879   with an HTTP response message.
1880</t>
1881<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Response"/>
1882  <x:ref>Response</x:ref>      = <x:ref>Status-Line</x:ref>               ; <xref target="status-line"/>
1883                  *(( <x:ref>general-header</x:ref>        ; <xref target="general.header.fields"/>
1884                   | <x:ref>response-header</x:ref>        ; &response-header-fields;
1885                   | <x:ref>entity-header</x:ref> ) <x:ref>CRLF</x:ref>)  ; &entity-header-fields;
1886                  <x:ref>CRLF</x:ref>
1887                  [ <x:ref>message-body</x:ref> ]          ; <xref target="message.body"/>
1888</artwork></figure>
1889
1890<section title="Status-Line" anchor="status-line">
1891  <x:anchor-alias value="Status-Line"/>
1892<t>
1893   The first line of a Response message is the Status-Line, consisting
1894   of the protocol version followed by a numeric status code and its
1895   associated textual phrase, with each element separated by SP
1896   characters. No CR or LF is allowed except in the final CRLF sequence.
1897</t>
1898<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Status-Line"/>
1899  <x:ref>Status-Line</x:ref> = <x:ref>HTTP-Version</x:ref> <x:ref>SP</x:ref> <x:ref>Status-Code</x:ref> <x:ref>SP</x:ref> <x:ref>Reason-Phrase</x:ref> <x:ref>CRLF</x:ref>
1900</artwork></figure>
1901
1902<section title="Status Code and Reason Phrase" anchor="status.code.and.reason.phrase">
1903  <x:anchor-alias value="Reason-Phrase"/>
1904  <x:anchor-alias value="Status-Code"/>
1905<t>
1906   The Status-Code element is a 3-digit integer result code of the
1907   attempt to understand and satisfy the request. These codes are fully
1908   defined in &status-codes;.  The Reason Phrase exists for the sole
1909   purpose of providing a textual description associated with the numeric
1910   status code, out of deference to earlier Internet application protocols
1911   that were more frequently used with interactive text clients.
1912   A client &SHOULD; ignore the content of the Reason Phrase.
1913</t>
1914<t>
1915   The first digit of the Status-Code defines the class of response. The
1916   last two digits do not have any categorization role. There are 5
1917   values for the first digit:
1918  <list style="symbols">
1919    <t>
1920      1xx: Informational - Request received, continuing process
1921    </t>
1922    <t>
1923      2xx: Success - The action was successfully received,
1924        understood, and accepted
1925    </t>
1926    <t>
1927      3xx: Redirection - Further action must be taken in order to
1928        complete the request
1929    </t>
1930    <t>
1931      4xx: Client Error - The request contains bad syntax or cannot
1932        be fulfilled
1933    </t>
1934    <t>
1935      5xx: Server Error - The server failed to fulfill an apparently
1936        valid request
1937    </t>
1938  </list>
1939</t>
1940<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Status-Code"/><iref primary="true" item="Grammar" subitem="extension-code"/><iref primary="true" item="Grammar" subitem="Reason-Phrase"/>
1941  <x:ref>Status-Code</x:ref>    = 3<x:ref>DIGIT</x:ref>
1942  <x:ref>Reason-Phrase</x:ref>  = *&lt;<x:ref>TEXT</x:ref>, excluding <x:ref>CR</x:ref>, <x:ref>LF</x:ref>&gt;
1943</artwork></figure>
1944</section>
1945</section>
1946
1947</section>
1948
1949
1950<section title="Connections" anchor="connections">
1951
1952<section title="Persistent Connections" anchor="persistent.connections">
1953
1954<section title="Purpose" anchor="persistent.purpose">
1955<t>
1956   Prior to persistent connections, a separate TCP connection was
1957   established to fetch each URL, increasing the load on HTTP servers
1958   and causing congestion on the Internet. The use of inline images and
1959   other associated data often require a client to make multiple
1960   requests of the same server in a short amount of time. Analysis of
1961   these performance problems and results from a prototype
1962   implementation are available <xref target="Pad1995"/> <xref target="Spe"/>. Implementation experience and
1963   measurements of actual HTTP/1.1 (<xref target="RFC2068" x:fmt="none">RFC 2068</xref>) implementations show good
1964   results <xref target="Nie1997"/>. Alternatives have also been explored, for example,
1965   T/TCP <xref target="Tou1998"/>.
1966</t>
1967<t>
1968   Persistent HTTP connections have a number of advantages:
1969  <list style="symbols">
1970      <t>
1971        By opening and closing fewer TCP connections, CPU time is saved
1972        in routers and hosts (clients, servers, proxies, gateways,
1973        tunnels, or caches), and memory used for TCP protocol control
1974        blocks can be saved in hosts.
1975      </t>
1976      <t>
1977        HTTP requests and responses can be pipelined on a connection.
1978        Pipelining allows a client to make multiple requests without
1979        waiting for each response, allowing a single TCP connection to
1980        be used much more efficiently, with much lower elapsed time.
1981      </t>
1982      <t>
1983        Network congestion is reduced by reducing the number of packets
1984        caused by TCP opens, and by allowing TCP sufficient time to
1985        determine the congestion state of the network.
1986      </t>
1987      <t>
1988        Latency on subsequent requests is reduced since there is no time
1989        spent in TCP's connection opening handshake.
1990      </t>
1991      <t>
1992        HTTP can evolve more gracefully, since errors can be reported
1993        without the penalty of closing the TCP connection. Clients using
1994        future versions of HTTP might optimistically try a new feature,
1995        but if communicating with an older server, retry with old
1996        semantics after an error is reported.
1997      </t>
1998    </list>
1999</t>
2000<t>
2001   HTTP implementations &SHOULD; implement persistent connections.
2002</t>
2003</section>
2004
2005<section title="Overall Operation" anchor="persistent.overall">
2006<t>
2007   A significant difference between HTTP/1.1 and earlier versions of
2008   HTTP is that persistent connections are the default behavior of any
2009   HTTP connection. That is, unless otherwise indicated, the client
2010   &SHOULD; assume that the server will maintain a persistent connection,
2011   even after error responses from the server.
2012</t>
2013<t>
2014   Persistent connections provide a mechanism by which a client and a
2015   server can signal the close of a TCP connection. This signaling takes
2016   place using the Connection header field (<xref target="header.connection"/>). Once a close
2017   has been signaled, the client &MUST-NOT; send any more requests on that
2018   connection.
2019</t>
2020
2021<section title="Negotiation" anchor="persistent.negotiation">
2022<t>
2023   An HTTP/1.1 server &MAY; assume that a HTTP/1.1 client intends to
2024   maintain a persistent connection unless a Connection header including
2025   the connection-token "close" was sent in the request. If the server
2026   chooses to close the connection immediately after sending the
2027   response, it &SHOULD; send a Connection header including the
2028   connection-token close.
2029</t>
2030<t>
2031   An HTTP/1.1 client &MAY; expect a connection to remain open, but would
2032   decide to keep it open based on whether the response from a server
2033   contains a Connection header with the connection-token close. In case
2034   the client does not want to maintain a connection for more than that
2035   request, it &SHOULD; send a Connection header including the
2036   connection-token close.
2037</t>
2038<t>
2039   If either the client or the server sends the close token in the
2040   Connection header, that request becomes the last one for the
2041   connection.
2042</t>
2043<t>
2044   Clients and servers &SHOULD-NOT;  assume that a persistent connection is
2045   maintained for HTTP versions less than 1.1 unless it is explicitly
2046   signaled. See <xref target="compatibility.with.http.1.0.persistent.connections"/> for more information on backward
2047   compatibility with HTTP/1.0 clients.
2048</t>
2049<t>
2050   In order to remain persistent, all messages on the connection &MUST;
2051   have a self-defined message length (i.e., one not defined by closure
2052   of the connection), as described in <xref target="message.length"/>.
2053</t>
2054</section>
2055
2056<section title="Pipelining" anchor="pipelining">
2057<t>
2058   A client that supports persistent connections &MAY; "pipeline" its
2059   requests (i.e., send multiple requests without waiting for each
2060   response). A server &MUST; send its responses to those requests in the
2061   same order that the requests were received.
2062</t>
2063<t>
2064   Clients which assume persistent connections and pipeline immediately
2065   after connection establishment &SHOULD; be prepared to retry their
2066   connection if the first pipelined attempt fails. If a client does
2067   such a retry, it &MUST-NOT; pipeline before it knows the connection is
2068   persistent. Clients &MUST; also be prepared to resend their requests if
2069   the server closes the connection before sending all of the
2070   corresponding responses.
2071</t>
2072<t>
2073   Clients &SHOULD-NOT;  pipeline requests using non-idempotent methods or
2074   non-idempotent sequences of methods (see &idempotent-methods;). Otherwise, a
2075   premature termination of the transport connection could lead to
2076   indeterminate results. A client wishing to send a non-idempotent
2077   request &SHOULD; wait to send that request until it has received the
2078   response status for the previous request.
2079</t>
2080</section>
2081</section>
2082
2083<section title="Proxy Servers" anchor="persistent.proxy">
2084<t>
2085   It is especially important that proxies correctly implement the
2086   properties of the Connection header field as specified in <xref target="header.connection"/>.
2087</t>
2088<t>
2089   The proxy server &MUST; signal persistent connections separately with
2090   its clients and the origin servers (or other proxy servers) that it
2091   connects to. Each persistent connection applies to only one transport
2092   link.
2093</t>
2094<t>
2095   A proxy server &MUST-NOT; establish a HTTP/1.1 persistent connection
2096   with an HTTP/1.0 client (but see <xref target="RFC2068"/> for information and
2097   discussion of the problems with the Keep-Alive header implemented by
2098   many HTTP/1.0 clients).
2099</t>
2100</section>
2101
2102<section title="Practical Considerations" anchor="persistent.practical">
2103<t>
2104   Servers will usually have some time-out value beyond which they will
2105   no longer maintain an inactive connection. Proxy servers might make
2106   this a higher value since it is likely that the client will be making
2107   more connections through the same server. The use of persistent
2108   connections places no requirements on the length (or existence) of
2109   this time-out for either the client or the server.
2110</t>
2111<t>
2112   When a client or server wishes to time-out it &SHOULD; issue a graceful
2113   close on the transport connection. Clients and servers &SHOULD; both
2114   constantly watch for the other side of the transport close, and
2115   respond to it as appropriate. If a client or server does not detect
2116   the other side's close promptly it could cause unnecessary resource
2117   drain on the network.
2118</t>
2119<t>
2120   A client, server, or proxy &MAY; close the transport connection at any
2121   time. For example, a client might have started to send a new request
2122   at the same time that the server has decided to close the "idle"
2123   connection. From the server's point of view, the connection is being
2124   closed while it was idle, but from the client's point of view, a
2125   request is in progress.
2126</t>
2127<t>
2128   This means that clients, servers, and proxies &MUST; be able to recover
2129   from asynchronous close events. Client software &SHOULD; reopen the
2130   transport connection and retransmit the aborted sequence of requests
2131   without user interaction so long as the request sequence is
2132   idempotent (see &idempotent-methods;). Non-idempotent methods or sequences
2133   &MUST-NOT; be automatically retried, although user agents &MAY; offer a
2134   human operator the choice of retrying the request(s). Confirmation by
2135   user-agent software with semantic understanding of the application
2136   &MAY; substitute for user confirmation. The automatic retry &SHOULD-NOT;
2137   be repeated if the second sequence of requests fails.
2138</t>
2139<t>
2140   Servers &SHOULD; always respond to at least one request per connection,
2141   if at all possible. Servers &SHOULD-NOT;  close a connection in the
2142   middle of transmitting a response, unless a network or client failure
2143   is suspected.
2144</t>
2145<t>
2146   Clients that use persistent connections &SHOULD; limit the number of
2147   simultaneous connections that they maintain to a given server. A
2148   single-user client &SHOULD-NOT; maintain more than 2 connections with
2149   any server or proxy. A proxy &SHOULD; use up to 2*N connections to
2150   another server or proxy, where N is the number of simultaneously
2151   active users. These guidelines are intended to improve HTTP response
2152   times and avoid congestion.
2153</t>
2154</section>
2155</section>
2156
2157<section title="Message Transmission Requirements" anchor="message.transmission.requirements">
2158
2159<section title="Persistent Connections and Flow Control" anchor="persistent.flow">
2160<t>
2161   HTTP/1.1 servers &SHOULD; maintain persistent connections and use TCP's
2162   flow control mechanisms to resolve temporary overloads, rather than
2163   terminating connections with the expectation that clients will retry.
2164   The latter technique can exacerbate network congestion.
2165</t>
2166</section>
2167
2168<section title="Monitoring Connections for Error Status Messages" anchor="persistent.monitor">
2169<t>
2170   An HTTP/1.1 (or later) client sending a message-body &SHOULD; monitor
2171   the network connection for an error status while it is transmitting
2172   the request. If the client sees an error status, it &SHOULD;
2173   immediately cease transmitting the body. If the body is being sent
2174   using a "chunked" encoding (<xref target="transfer.codings"/>), a zero length chunk and
2175   empty trailer &MAY; be used to prematurely mark the end of the message.
2176   If the body was preceded by a Content-Length header, the client &MUST;
2177   close the connection.
2178</t>
2179</section>
2180
2181<section title="Use of the 100 (Continue) Status" anchor="use.of.the.100.status">
2182<t>
2183   The purpose of the 100 (Continue) status (see &status-100;) is to
2184   allow a client that is sending a request message with a request body
2185   to determine if the origin server is willing to accept the request
2186   (based on the request headers) before the client sends the request
2187   body. In some cases, it might either be inappropriate or highly
2188   inefficient for the client to send the body if the server will reject
2189   the message without looking at the body.
2190</t>
2191<t>
2192   Requirements for HTTP/1.1 clients:
2193  <list style="symbols">
2194    <t>
2195        If a client will wait for a 100 (Continue) response before
2196        sending the request body, it &MUST; send an Expect request-header
2197        field (&header-expect;) with the "100-continue" expectation.
2198    </t>
2199    <t>
2200        A client &MUST-NOT; send an Expect request-header field (&header-expect;)
2201        with the "100-continue" expectation if it does not intend
2202        to send a request body.
2203    </t>
2204  </list>
2205</t>
2206<t>
2207   Because of the presence of older implementations, the protocol allows
2208   ambiguous situations in which a client may send "Expect: 100-continue"
2209   without receiving either a 417 (Expectation Failed) status
2210   or a 100 (Continue) status. Therefore, when a client sends this
2211   header field to an origin server (possibly via a proxy) from which it
2212   has never seen a 100 (Continue) status, the client &SHOULD-NOT;  wait
2213   for an indefinite period before sending the request body.
2214</t>
2215<t>
2216   Requirements for HTTP/1.1 origin servers:
2217  <list style="symbols">
2218    <t> Upon receiving a request which includes an Expect request-header
2219        field with the "100-continue" expectation, an origin server &MUST;
2220        either respond with 100 (Continue) status and continue to read
2221        from the input stream, or respond with a final status code. The
2222        origin server &MUST-NOT; wait for the request body before sending
2223        the 100 (Continue) response. If it responds with a final status
2224        code, it &MAY; close the transport connection or it &MAY; continue
2225        to read and discard the rest of the request.  It &MUST-NOT;
2226        perform the requested method if it returns a final status code.
2227    </t>
2228    <t> An origin server &SHOULD-NOT;  send a 100 (Continue) response if
2229        the request message does not include an Expect request-header
2230        field with the "100-continue" expectation, and &MUST-NOT; send a
2231        100 (Continue) response if such a request comes from an HTTP/1.0
2232        (or earlier) client. There is an exception to this rule: for
2233        compatibility with <xref target="RFC2068"/>, a server &MAY; send a 100 (Continue)
2234        status in response to an HTTP/1.1 PUT or POST request that does
2235        not include an Expect request-header field with the "100-continue"
2236        expectation. This exception, the purpose of which is
2237        to minimize any client processing delays associated with an
2238        undeclared wait for 100 (Continue) status, applies only to
2239        HTTP/1.1 requests, and not to requests with any other HTTP-version
2240        value.
2241    </t>
2242    <t> An origin server &MAY; omit a 100 (Continue) response if it has
2243        already received some or all of the request body for the
2244        corresponding request.
2245    </t>
2246    <t> An origin server that sends a 100 (Continue) response &MUST;
2247    ultimately send a final status code, once the request body is
2248        received and processed, unless it terminates the transport
2249        connection prematurely.
2250    </t>
2251    <t> If an origin server receives a request that does not include an
2252        Expect request-header field with the "100-continue" expectation,
2253        the request includes a request body, and the server responds
2254        with a final status code before reading the entire request body
2255        from the transport connection, then the server &SHOULD-NOT;  close
2256        the transport connection until it has read the entire request,
2257        or until the client closes the connection. Otherwise, the client
2258        might not reliably receive the response message. However, this
2259        requirement is not be construed as preventing a server from
2260        defending itself against denial-of-service attacks, or from
2261        badly broken client implementations.
2262      </t>
2263    </list>
2264</t>
2265<t>
2266   Requirements for HTTP/1.1 proxies:
2267  <list style="symbols">
2268    <t> If a proxy receives a request that includes an Expect request-header
2269        field with the "100-continue" expectation, and the proxy
2270        either knows that the next-hop server complies with HTTP/1.1 or
2271        higher, or does not know the HTTP version of the next-hop
2272        server, it &MUST; forward the request, including the Expect header
2273        field.
2274    </t>
2275    <t> If the proxy knows that the version of the next-hop server is
2276        HTTP/1.0 or lower, it &MUST-NOT; forward the request, and it &MUST;
2277        respond with a 417 (Expectation Failed) status.
2278    </t>
2279    <t> Proxies &SHOULD; maintain a cache recording the HTTP version
2280        numbers received from recently-referenced next-hop servers.
2281    </t>
2282    <t> A proxy &MUST-NOT; forward a 100 (Continue) response if the
2283        request message was received from an HTTP/1.0 (or earlier)
2284        client and did not include an Expect request-header field with
2285        the "100-continue" expectation. This requirement overrides the
2286        general rule for forwarding of 1xx responses (see &status-1xx;).
2287    </t>
2288  </list>
2289</t>
2290</section>
2291
2292<section title="Client Behavior if Server Prematurely Closes Connection" anchor="connection.premature">
2293<t>
2294   If an HTTP/1.1 client sends a request which includes a request body,
2295   but which does not include an Expect request-header field with the
2296   "100-continue" expectation, and if the client is not directly
2297   connected to an HTTP/1.1 origin server, and if the client sees the
2298   connection close before receiving any status from the server, the
2299   client &SHOULD; retry the request.  If the client does retry this
2300   request, it &MAY; use the following "binary exponential backoff"
2301   algorithm to be assured of obtaining a reliable response:
2302  <list style="numbers">
2303    <t>
2304      Initiate a new connection to the server
2305    </t>
2306    <t>
2307      Transmit the request-headers
2308    </t>
2309    <t>
2310      Initialize a variable R to the estimated round-trip time to the
2311         server (e.g., based on the time it took to establish the
2312         connection), or to a constant value of 5 seconds if the round-trip
2313         time is not available.
2314    </t>
2315    <t>
2316       Compute T = R * (2**N), where N is the number of previous
2317         retries of this request.
2318    </t>
2319    <t>
2320       Wait either for an error response from the server, or for T
2321         seconds (whichever comes first)
2322    </t>
2323    <t>
2324       If no error response is received, after T seconds transmit the
2325         body of the request.
2326    </t>
2327    <t>
2328       If client sees that the connection is closed prematurely,
2329         repeat from step 1 until the request is accepted, an error
2330         response is received, or the user becomes impatient and
2331         terminates the retry process.
2332    </t>
2333  </list>
2334</t>
2335<t>
2336   If at any point an error status is received, the client
2337  <list style="symbols">
2338      <t>&SHOULD-NOT;  continue and</t>
2339
2340      <t>&SHOULD; close the connection if it has not completed sending the
2341        request message.</t>
2342    </list>
2343</t>
2344</section>
2345</section>
2346</section>
2347
2348
2349<section title="Header Field Definitions" anchor="header.fields">
2350<t>
2351   This section defines the syntax and semantics of HTTP/1.1 header fields
2352   related to message framing and transport protocols.
2353</t>
2354<t>
2355   For entity-header fields, both sender and recipient refer to either the
2356   client or the server, depending on who sends and who receives the entity.
2357</t>
2358
2359<section title="Connection" anchor="header.connection">
2360  <iref primary="true" item="Connection header" x:for-anchor=""/>
2361  <iref primary="true" item="Headers" subitem="Connection" x:for-anchor=""/>
2362  <x:anchor-alias value="Connection"/>
2363  <x:anchor-alias value="connection-token"/>
2364<t>
2365   The Connection general-header field allows the sender to specify
2366   options that are desired for that particular connection and &MUST-NOT;
2367   be communicated by proxies over further connections.
2368</t>
2369<t>
2370   The Connection header has the following grammar:
2371</t>
2372<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Connection"/><iref primary="true" item="Grammar" subitem="connection-token"/>
2373  <x:ref>Connection</x:ref> = "Connection" ":" 1#(<x:ref>connection-token</x:ref>)
2374  <x:ref>connection-token</x:ref>  = <x:ref>token</x:ref>
2375</artwork></figure>
2376<t>
2377   HTTP/1.1 proxies &MUST; parse the Connection header field before a
2378   message is forwarded and, for each connection-token in this field,
2379   remove any header field(s) from the message with the same name as the
2380   connection-token. Connection options are signaled by the presence of
2381   a connection-token in the Connection header field, not by any
2382   corresponding additional header field(s), since the additional header
2383   field may not be sent if there are no parameters associated with that
2384   connection option.
2385</t>
2386<t>
2387   Message headers listed in the Connection header &MUST-NOT; include
2388   end-to-end headers, such as Cache-Control.
2389</t>
2390<t>
2391   HTTP/1.1 defines the "close" connection option for the sender to
2392   signal that the connection will be closed after completion of the
2393   response. For example,
2394</t>
2395<figure><artwork type="example">
2396    Connection: close
2397</artwork></figure>
2398<t>
2399   in either the request or the response header fields indicates that
2400   the connection &SHOULD-NOT;  be considered `persistent' (<xref target="persistent.connections"/>)
2401   after the current request/response is complete.
2402</t>
2403<t>
2404   An HTTP/1.1 client that does not support persistent connections &MUST;
2405   include the "close" connection option in every request message.
2406</t>
2407<t>
2408   An HTTP/1.1 server that does not support persistent connections &MUST;
2409   include the "close" connection option in every response message that
2410   does not have a 1xx (informational) status code.
2411</t>
2412<t>
2413   A system receiving an HTTP/1.0 (or lower-version) message that
2414   includes a Connection header &MUST;, for each connection-token in this
2415   field, remove and ignore any header field(s) from the message with
2416   the same name as the connection-token. This protects against mistaken
2417   forwarding of such header fields by pre-HTTP/1.1 proxies. See <xref target="compatibility.with.http.1.0.persistent.connections"/>.
2418</t>
2419</section>
2420
2421<section title="Content-Length" anchor="header.content-length">
2422  <iref primary="true" item="Content-Length header" x:for-anchor=""/>
2423  <iref primary="true" item="Headers" subitem="Content-Length" x:for-anchor=""/>
2424  <x:anchor-alias value="Content-Length"/>
2425<t>
2426   The Content-Length entity-header field indicates the size of the
2427   entity-body, in decimal number of OCTETs, sent to the recipient or,
2428   in the case of the HEAD method, the size of the entity-body that
2429   would have been sent had the request been a GET.
2430</t>
2431<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Length"/>
2432  <x:ref>Content-Length</x:ref>    = "Content-Length" ":" 1*<x:ref>DIGIT</x:ref>
2433</artwork></figure>
2434<t>
2435   An example is
2436</t>
2437<figure><artwork type="example">
2438    Content-Length: 3495
2439</artwork></figure>
2440<t>
2441   Applications &SHOULD; use this field to indicate the transfer-length of
2442   the message-body, unless this is prohibited by the rules in <xref target="message.length"/>.
2443</t>
2444<t>
2445   Any Content-Length greater than or equal to zero is a valid value.
2446   <xref target="message.length"/> describes how to determine the length of a message-body
2447   if a Content-Length is not given.
2448</t>
2449<t>
2450   Note that the meaning of this field is significantly different from
2451   the corresponding definition in MIME, where it is an optional field
2452   used within the "message/external-body" content-type. In HTTP, it
2453   &SHOULD; be sent whenever the message's length can be determined prior
2454   to being transferred, unless this is prohibited by the rules in
2455   <xref target="message.length"/>.
2456</t>
2457</section>
2458
2459<section title="Date" anchor="header.date">
2460  <iref primary="true" item="Date header" x:for-anchor=""/>
2461  <iref primary="true" item="Headers" subitem="Date" x:for-anchor=""/>
2462  <x:anchor-alias value="Date"/>
2463<t>
2464   The Date general-header field represents the date and time at which
2465   the message was originated, having the same semantics as orig-date in
2466   <xref target="RFC2822" x:fmt="of" x:sec="3.6.1"/>. The field value is an HTTP-date, as described in <xref target="full.date"/>;
2467   it &MUST; be sent in rfc1123-date format.
2468</t>
2469<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Date"/>
2470  <x:ref>Date</x:ref>  = "Date" ":" <x:ref>HTTP-date</x:ref>
2471</artwork></figure>
2472<t>
2473   An example is
2474</t>
2475<figure><artwork type="example">
2476    Date: Tue, 15 Nov 1994 08:12:31 GMT
2477</artwork></figure>
2478<t>
2479   Origin servers &MUST; include a Date header field in all responses,
2480   except in these cases:
2481  <list style="numbers">
2482      <t>If the response status code is 100 (Continue) or 101 (Switching
2483         Protocols), the response &MAY; include a Date header field, at
2484         the server's option.</t>
2485
2486      <t>If the response status code conveys a server error, e.g. 500
2487         (Internal Server Error) or 503 (Service Unavailable), and it is
2488         inconvenient or impossible to generate a valid Date.</t>
2489
2490      <t>If the server does not have a clock that can provide a
2491         reasonable approximation of the current time, its responses
2492         &MUST-NOT; include a Date header field. In this case, the rules
2493         in <xref target="clockless.origin.server.operation"/> &MUST; be followed.</t>
2494  </list>
2495</t>
2496<t>
2497   A received message that does not have a Date header field &MUST; be
2498   assigned one by the recipient if the message will be cached by that
2499   recipient or gatewayed via a protocol which requires a Date. An HTTP
2500   implementation without a clock &MUST-NOT; cache responses without
2501   revalidating them on every use. An HTTP cache, especially a shared
2502   cache, &SHOULD; use a mechanism, such as NTP <xref target="RFC1305"/>, to synchronize its
2503   clock with a reliable external standard.
2504</t>
2505<t>
2506   Clients &SHOULD; only send a Date header field in messages that include
2507   an entity-body, as in the case of the PUT and POST requests, and even
2508   then it is optional. A client without a clock &MUST-NOT; send a Date
2509   header field in a request.
2510</t>
2511<t>
2512   The HTTP-date sent in a Date header &SHOULD-NOT;  represent a date and
2513   time subsequent to the generation of the message. It &SHOULD; represent
2514   the best available approximation of the date and time of message
2515   generation, unless the implementation has no means of generating a
2516   reasonably accurate date and time. In theory, the date ought to
2517   represent the moment just before the entity is generated. In
2518   practice, the date can be generated at any time during the message
2519   origination without affecting its semantic value.
2520</t>
2521
2522<section title="Clockless Origin Server Operation" anchor="clockless.origin.server.operation">
2523<t>
2524   Some origin server implementations might not have a clock available.
2525   An origin server without a clock &MUST-NOT; assign Expires or Last-Modified
2526   values to a response, unless these values were associated
2527   with the resource by a system or user with a reliable clock. It &MAY;
2528   assign an Expires value that is known, at or before server
2529   configuration time, to be in the past (this allows "pre-expiration"
2530   of responses without storing separate Expires values for each
2531   resource).
2532</t>
2533</section>
2534</section>
2535
2536<section title="Host" anchor="header.host">
2537  <iref primary="true" item="Host header" x:for-anchor=""/>
2538  <iref primary="true" item="Headers" subitem="Host" x:for-anchor=""/>
2539  <x:anchor-alias value="Host"/>
2540<t>
2541   The Host request-header field specifies the Internet host and port
2542   number of the resource being requested, as obtained from the original
2543   URI given by the user or referring resource (generally an HTTP URL,
2544   as described in <xref target="http.url"/>). The Host field value &MUST; represent
2545   the naming authority of the origin server or gateway given by the
2546   original URL. This allows the origin server or gateway to
2547   differentiate between internally-ambiguous URLs, such as the root "/"
2548   URL of a server for multiple host names on a single IP address.
2549</t>
2550<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Host"/>
2551  <x:ref>Host</x:ref> = "Host" ":" <x:ref>uri-host</x:ref> [ ":" <x:ref>port</x:ref> ] ; <xref target="http.url"/>
2552</artwork></figure>
2553<t>
2554   A "host" without any trailing port information implies the default
2555   port for the service requested (e.g., "80" for an HTTP URL). For
2556   example, a request on the origin server for
2557   &lt;http://www.example.org/pub/WWW/&gt; would properly include:
2558</t>
2559<figure><artwork type="example">
2560    GET /pub/WWW/ HTTP/1.1
2561    Host: www.example.org
2562</artwork></figure>
2563<t>
2564   A client &MUST; include a Host header field in all HTTP/1.1 request
2565   messages. If the requested URI does not include an Internet host
2566   name for the service being requested, then the Host header field &MUST;
2567   be given with an empty value. An HTTP/1.1 proxy &MUST; ensure that any
2568   request message it forwards does contain an appropriate Host header
2569   field that identifies the service being requested by the proxy. All
2570   Internet-based HTTP/1.1 servers &MUST; respond with a 400 (Bad Request)
2571   status code to any HTTP/1.1 request message which lacks a Host header
2572   field.
2573</t>
2574<t>
2575   See Sections <xref target="the.resource.identified.by.a.request" format="counter"/>
2576   and <xref target="changes.to.simplify.multi-homed.web.servers.and.conserve.ip.addresses" format="counter"/>
2577   for other requirements relating to Host.
2578</t>
2579</section>
2580
2581<section title="TE" anchor="header.te">
2582  <iref primary="true" item="TE header" x:for-anchor=""/>
2583  <iref primary="true" item="Headers" subitem="TE" x:for-anchor=""/>
2584  <x:anchor-alias value="TE"/>
2585  <x:anchor-alias value="t-codings"/>
2586<t>
2587   The TE request-header field indicates what extension transfer-codings
2588   it is willing to accept in the response and whether or not it is
2589   willing to accept trailer fields in a chunked transfer-coding. Its
2590   value may consist of the keyword "trailers" and/or a comma-separated
2591   list of extension transfer-coding names with optional accept
2592   parameters (as described in <xref target="transfer.codings"/>).
2593</t>
2594<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="TE"/><iref primary="true" item="Grammar" subitem="t-codings"/>
2595  <x:ref>TE</x:ref>        = "TE" ":" #( <x:ref>t-codings</x:ref> )
2596  <x:ref>t-codings</x:ref> = "trailers" | ( <x:ref>transfer-extension</x:ref> [ <x:ref>accept-params</x:ref> ] )
2597</artwork></figure>
2598<t>
2599   The presence of the keyword "trailers" indicates that the client is
2600   willing to accept trailer fields in a chunked transfer-coding, as
2601   defined in <xref target="chunked.transfer.encoding"/>. This keyword is reserved for use with
2602   transfer-coding values even though it does not itself represent a
2603   transfer-coding.
2604</t>
2605<t>
2606   Examples of its use are:
2607</t>
2608<figure><artwork type="example">
2609    TE: deflate
2610    TE:
2611    TE: trailers, deflate;q=0.5
2612</artwork></figure>
2613<t>
2614   The TE header field only applies to the immediate connection.
2615   Therefore, the keyword &MUST; be supplied within a Connection header
2616   field (<xref target="header.connection"/>) whenever TE is present in an HTTP/1.1 message.
2617</t>
2618<t>
2619   A server tests whether a transfer-coding is acceptable, according to
2620   a TE field, using these rules:
2621  <list style="numbers">
2622    <x:lt>
2623      <t>The "chunked" transfer-coding is always acceptable. If the
2624         keyword "trailers" is listed, the client indicates that it is
2625         willing to accept trailer fields in the chunked response on
2626         behalf of itself and any downstream clients. The implication is
2627         that, if given, the client is stating that either all
2628         downstream clients are willing to accept trailer fields in the
2629         forwarded response, or that it will attempt to buffer the
2630         response on behalf of downstream recipients.
2631      </t><t>
2632         <x:h>Note:</x:h> HTTP/1.1 does not define any means to limit the size of a
2633         chunked response such that a client can be assured of buffering
2634         the entire response.</t>
2635    </x:lt>
2636    <x:lt>
2637      <t>If the transfer-coding being tested is one of the transfer-codings
2638         listed in the TE field, then it is acceptable unless it
2639         is accompanied by a qvalue of 0. (As defined in &qvalue;, a
2640         qvalue of 0 means "not acceptable.")</t>
2641    </x:lt>
2642    <x:lt>
2643      <t>If multiple transfer-codings are acceptable, then the
2644         acceptable transfer-coding with the highest non-zero qvalue is
2645         preferred.  The "chunked" transfer-coding always has a qvalue
2646         of 1.</t>
2647    </x:lt>
2648  </list>
2649</t>
2650<t>
2651   If the TE field-value is empty or if no TE field is present, the only
2652   transfer-coding  is "chunked". A message with no transfer-coding is
2653   always acceptable.
2654</t>
2655</section>
2656
2657<section title="Trailer" anchor="header.trailer">
2658  <iref primary="true" item="Trailer header" x:for-anchor=""/>
2659  <iref primary="true" item="Headers" subitem="Trailer" x:for-anchor=""/>
2660  <x:anchor-alias value="Trailer"/>
2661<t>
2662   The Trailer general field value indicates that the given set of
2663   header fields is present in the trailer of a message encoded with
2664   chunked transfer-coding.
2665</t>
2666<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Trailer"/>
2667  <x:ref>Trailer</x:ref>  = "Trailer" ":" 1#<x:ref>field-name</x:ref>
2668</artwork></figure>
2669<t>
2670   An HTTP/1.1 message &SHOULD; include a Trailer header field in a
2671   message using chunked transfer-coding with a non-empty trailer. Doing
2672   so allows the recipient to know which header fields to expect in the
2673   trailer.
2674</t>
2675<t>
2676   If no Trailer header field is present, the trailer &SHOULD-NOT;  include
2677   any header fields. See <xref target="chunked.transfer.encoding"/> for restrictions on the use of
2678   trailer fields in a "chunked" transfer-coding.
2679</t>
2680<t>
2681   Message header fields listed in the Trailer header field &MUST-NOT;
2682   include the following header fields:
2683  <list style="symbols">
2684    <t>Transfer-Encoding</t>
2685    <t>Content-Length</t>
2686    <t>Trailer</t>
2687  </list>
2688</t>
2689</section>
2690
2691<section title="Transfer-Encoding" anchor="header.transfer-encoding">
2692  <iref primary="true" item="Transfer-Encoding header" x:for-anchor=""/>
2693  <iref primary="true" item="Headers" subitem="Transfer-Encoding" x:for-anchor=""/>
2694  <x:anchor-alias value="Transfer-Encoding"/>
2695<t>
2696   The Transfer-Encoding general-header field indicates what (if any)
2697   type of transformation has been applied to the message body in order
2698   to safely transfer it between the sender and the recipient. This
2699   differs from the content-coding in that the transfer-coding is a
2700   property of the message, not of the entity.
2701</t>
2702<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Transfer-Encoding"/>
2703  <x:ref>Transfer-Encoding</x:ref>       = "Transfer-Encoding" ":" 1#<x:ref>transfer-coding</x:ref>
2704</artwork></figure>
2705<t>
2706   Transfer-codings are defined in <xref target="transfer.codings"/>. An example is:
2707</t>
2708<figure><artwork type="example">
2709  Transfer-Encoding: chunked
2710</artwork></figure>
2711<t>
2712   If multiple encodings have been applied to an entity, the transfer-codings
2713   &MUST; be listed in the order in which they were applied.
2714   Additional information about the encoding parameters &MAY; be provided
2715   by other entity-header fields not defined by this specification.
2716</t>
2717<t>
2718   Many older HTTP/1.0 applications do not understand the Transfer-Encoding
2719   header.
2720</t>
2721</section>
2722
2723<section title="Upgrade" anchor="header.upgrade">
2724  <iref primary="true" item="Upgrade header" x:for-anchor=""/>
2725  <iref primary="true" item="Headers" subitem="Upgrade" x:for-anchor=""/>
2726  <x:anchor-alias value="Upgrade"/>
2727<t>
2728   The Upgrade general-header allows the client to specify what
2729   additional communication protocols it supports and would like to use
2730   if the server finds it appropriate to switch protocols. The server
2731   &MUST; use the Upgrade header field within a 101 (Switching Protocols)
2732   response to indicate which protocol(s) are being switched.
2733</t>
2734<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Upgrade"/>
2735  <x:ref>Upgrade</x:ref>        = "Upgrade" ":" 1#<x:ref>product</x:ref>
2736</artwork></figure>
2737<t>
2738   For example,
2739</t>
2740<figure><artwork type="example">
2741    Upgrade: HTTP/2.0, SHTTP/1.3, IRC/6.9, RTA/x11
2742</artwork></figure>
2743<t>
2744   The Upgrade header field is intended to provide a simple mechanism
2745   for transition from HTTP/1.1 to some other, incompatible protocol. It
2746   does so by allowing the client to advertise its desire to use another
2747   protocol, such as a later version of HTTP with a higher major version
2748   number, even though the current request has been made using HTTP/1.1.
2749   This eases the difficult transition between incompatible protocols by
2750   allowing the client to initiate a request in the more commonly
2751   supported protocol while indicating to the server that it would like
2752   to use a "better" protocol if available (where "better" is determined
2753   by the server, possibly according to the nature of the method and/or
2754   resource being requested).
2755</t>
2756<t>
2757   The Upgrade header field only applies to switching application-layer
2758   protocols upon the existing transport-layer connection. Upgrade
2759   cannot be used to insist on a protocol change; its acceptance and use
2760   by the server is optional. The capabilities and nature of the
2761   application-layer communication after the protocol change is entirely
2762   dependent upon the new protocol chosen, although the first action
2763   after changing the protocol &MUST; be a response to the initial HTTP
2764   request containing the Upgrade header field.
2765</t>
2766<t>
2767   The Upgrade header field only applies to the immediate connection.
2768   Therefore, the upgrade keyword &MUST; be supplied within a Connection
2769   header field (<xref target="header.connection"/>) whenever Upgrade is present in an
2770   HTTP/1.1 message.
2771</t>
2772<t>
2773   The Upgrade header field cannot be used to indicate a switch to a
2774   protocol on a different connection. For that purpose, it is more
2775   appropriate to use a 301, 302, 303, or 305 redirection response.
2776</t>
2777<t>
2778   This specification only defines the protocol name "HTTP" for use by
2779   the family of Hypertext Transfer Protocols, as defined by the HTTP
2780   version rules of <xref target="http.version"/> and future updates to this
2781   specification. Any token can be used as a protocol name; however, it
2782   will only be useful if both the client and server associate the name
2783   with the same protocol.
2784</t>
2785</section>
2786
2787<section title="Via" anchor="header.via">
2788  <iref primary="true" item="Via header" x:for-anchor=""/>
2789  <iref primary="true" item="Headers" subitem="Via" x:for-anchor=""/>
2790  <x:anchor-alias value="protocol-name"/>
2791  <x:anchor-alias value="protocol-version"/>
2792  <x:anchor-alias value="pseudonym"/>
2793  <x:anchor-alias value="received-by"/>
2794  <x:anchor-alias value="received-protocol"/>
2795  <x:anchor-alias value="Via"/>
2796<t>
2797   The Via general-header field &MUST; be used by gateways and proxies to
2798   indicate the intermediate protocols and recipients between the user
2799   agent and the server on requests, and between the origin server and
2800   the client on responses. It is analogous to the "Received" field of
2801   <xref target="RFC2822"/> and is intended to be used for tracking message forwards,
2802   avoiding request loops, and identifying the protocol capabilities of
2803   all senders along the request/response chain.
2804</t>
2805<figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Via"/><iref primary="true" item="Grammar" subitem="received-protocol"/><iref primary="true" item="Grammar" subitem="protocol-name"/><iref primary="true" item="Grammar" subitem="protocol-version"/><iref primary="true" item="Grammar" subitem="received-by"/><iref primary="true" item="Grammar" subitem="pseudonym"/>
2806  <x:ref>Via</x:ref> =  "Via" ":" 1#( <x:ref>received-protocol</x:ref> <x:ref>received-by</x:ref> [ <x:ref>comment</x:ref> ] )
2807  <x:ref>received-protocol</x:ref> = [ <x:ref>protocol-name</x:ref> "/" ] <x:ref>protocol-version</x:ref>
2808  <x:ref>protocol-name</x:ref>     = <x:ref>token</x:ref>
2809  <x:ref>protocol-version</x:ref>  = <x:ref>token</x:ref>
2810  <x:ref>received-by</x:ref>       = ( <x:ref>uri-host</x:ref> [ ":" <x:ref>port</x:ref> ] ) | <x:ref>pseudonym</x:ref>
2811  <x:ref>pseudonym</x:ref>         = <x:ref>token</x:ref>
2812</artwork></figure>
2813<t>
2814   The received-protocol indicates the protocol version of the message
2815   received by the server or client along each segment of the
2816   request/response chain. The received-protocol version is appended to
2817   the Via field value when the message is forwarded so that information
2818   about the protocol capabilities of upstream applications remains
2819   visible to all recipients.
2820</t>
2821<t>
2822   The protocol-name is optional if and only if it would be "HTTP". The
2823   received-by field is normally the host and optional port number of a
2824   recipient server or client that subsequently forwarded the message.
2825   However, if the real host is considered to be sensitive information,
2826   it &MAY; be replaced by a pseudonym. If the port is not given, it &MAY;
2827   be assumed to be the default port of the received-protocol.
2828</t>
2829<t>
2830   Multiple Via field values represents each proxy or gateway that has
2831   forwarded the message. Each recipient &MUST; append its information
2832   such that the end result is ordered according to the sequence of
2833   forwarding applications.
2834</t>
2835<t>
2836   Comments &MAY; be used in the Via header field to identify the software
2837   of the recipient proxy or gateway, analogous to the User-Agent and
2838   Server header fields. However, all comments in the Via field are
2839   optional and &MAY; be removed by any recipient prior to forwarding the
2840   message.
2841</t>
2842<t>
2843   For example, a request message could be sent from an HTTP/1.0 user
2844   agent to an internal proxy code-named "fred", which uses HTTP/1.1 to
2845   forward the request to a public proxy at p.example.net, which completes
2846   the request by forwarding it to the origin server at www.example.com.
2847   The request received by www.example.com would then have the following
2848   Via header field:
2849</t>
2850<figure><artwork type="example">
2851    Via: 1.0 fred, 1.1 p.example.net (Apache/1.1)
2852</artwork></figure>
2853<t>
2854   Proxies and gateways used as a portal through a network firewall
2855   &SHOULD-NOT;, by default, forward the names and ports of hosts within
2856   the firewall region. This information &SHOULD; only be propagated if
2857   explicitly enabled. If not enabled, the received-by host of any host
2858   behind the firewall &SHOULD; be replaced by an appropriate pseudonym
2859   for that host.
2860</t>
2861<t>
2862   For organizations that have strong privacy requirements for hiding
2863   internal structures, a proxy &MAY; combine an ordered subsequence of
2864   Via header field entries with identical received-protocol values into
2865   a single such entry. For example,
2866</t>
2867<figure><artwork type="example">
2868    Via: 1.0 ricky, 1.1 ethel, 1.1 fred, 1.0 lucy
2869</artwork></figure>
2870<t>
2871        could be collapsed to
2872</t>
2873<figure><artwork type="example">
2874    Via: 1.0 ricky, 1.1 mertz, 1.0 lucy
2875</artwork></figure>
2876<t>
2877   Applications &SHOULD-NOT;  combine multiple entries unless they are all
2878   under the same organizational control and the hosts have already been
2879   replaced by pseudonyms. Applications &MUST-NOT; combine entries which
2880   have different received-protocol values.
2881</t>
2882</section>
2883
2884</section>
2885
2886<section title="IANA Considerations" anchor="IANA.considerations">
2887<t>
2888   <cref>TBD.</cref>
2889</t>
2890</section>
2891
2892<section title="Security Considerations" anchor="security.considerations">
2893<t>
2894   This section is meant to inform application developers, information
2895   providers, and users of the security limitations in HTTP/1.1 as
2896   described by this document. The discussion does not include
2897   definitive solutions to the problems revealed, though it does make
2898   some suggestions for reducing security risks.
2899</t>
2900
2901<section title="Personal Information" anchor="personal.information">
2902<t>
2903   HTTP clients are often privy to large amounts of personal information
2904   (e.g. the user's name, location, mail address, passwords, encryption
2905   keys, etc.), and &SHOULD; be very careful to prevent unintentional
2906   leakage of this information.
2907   We very strongly recommend that a convenient interface be provided
2908   for the user to control dissemination of such information, and that
2909   designers and implementors be particularly careful in this area.
2910   History shows that errors in this area often create serious security
2911   and/or privacy problems and generate highly adverse publicity for the
2912   implementor's company.
2913</t>
2914</section>
2915
2916<section title="Abuse of Server Log Information" anchor="abuse.of.server.log.information">
2917<t>
2918   A server is in the position to save personal data about a user's
2919   requests which might identify their reading patterns or subjects of
2920   interest. This information is clearly confidential in nature and its
2921   handling can be constrained by law in certain countries. People using
2922   HTTP to provide data are responsible for ensuring that
2923   such material is not distributed without the permission of any
2924   individuals that are identifiable by the published results.
2925</t>
2926</section>
2927
2928<section title="Attacks Based On File and Path Names" anchor="attack.pathname">
2929<t>
2930   Implementations of HTTP origin servers &SHOULD; be careful to restrict
2931   the documents returned by HTTP requests to be only those that were
2932   intended by the server administrators. If an HTTP server translates
2933   HTTP URIs directly into file system calls, the server &MUST; take
2934   special care not to serve files that were not intended to be
2935   delivered to HTTP clients. For example, UNIX, Microsoft Windows, and
2936   other operating systems use ".." as a path component to indicate a
2937   directory level above the current one. On such a system, an HTTP
2938   server &MUST; disallow any such construct in the Request-URI if it
2939   would otherwise allow access to a resource outside those intended to
2940   be accessible via the HTTP server. Similarly, files intended for
2941   reference only internally to the server (such as access control
2942   files, configuration files, and script code) &MUST; be protected from
2943   inappropriate retrieval, since they might contain sensitive
2944   information. Experience has shown that minor bugs in such HTTP server
2945   implementations have turned into security risks.
2946</t>
2947</section>
2948
2949<section title="DNS Spoofing" anchor="dns.spoofing">
2950<t>
2951   Clients using HTTP rely heavily on the Domain Name Service, and are
2952   thus generally prone to security attacks based on the deliberate
2953   mis-association of IP addresses and DNS names. Clients need to be
2954   cautious in assuming the continuing validity of an IP number/DNS name
2955   association.
2956</t>
2957<t>
2958   In particular, HTTP clients &SHOULD; rely on their name resolver for
2959   confirmation of an IP number/DNS name association, rather than
2960   caching the result of previous host name lookups. Many platforms
2961   already can cache host name lookups locally when appropriate, and
2962   they &SHOULD; be configured to do so. It is proper for these lookups to
2963   be cached, however, only when the TTL (Time To Live) information
2964   reported by the name server makes it likely that the cached
2965   information will remain useful.
2966</t>
2967<t>
2968   If HTTP clients cache the results of host name lookups in order to
2969   achieve a performance improvement, they &MUST; observe the TTL
2970   information reported by DNS.
2971</t>
2972<t>
2973   If HTTP clients do not observe this rule, they could be spoofed when
2974   a previously-accessed server's IP address changes. As network
2975   renumbering is expected to become increasingly common <xref target="RFC1900"/>, the
2976   possibility of this form of attack will grow. Observing this
2977   requirement thus reduces this potential security vulnerability.
2978</t>
2979<t>
2980   This requirement also improves the load-balancing behavior of clients
2981   for replicated servers using the same DNS name and reduces the
2982   likelihood of a user's experiencing failure in accessing sites which
2983   use that strategy.
2984</t>
2985</section>
2986
2987<section title="Proxies and Caching" anchor="attack.proxies">
2988<t>
2989   By their very nature, HTTP proxies are men-in-the-middle, and
2990   represent an opportunity for man-in-the-middle attacks. Compromise of
2991   the systems on which the proxies run can result in serious security
2992   and privacy problems. Proxies have access to security-related
2993   information, personal information about individual users and
2994   organizations, and proprietary information belonging to users and
2995   content providers. A compromised proxy, or a proxy implemented or
2996   configured without regard to security and privacy considerations,
2997   might be used in the commission of a wide range of potential attacks.
2998</t>
2999<t>
3000   Proxy operators should protect the systems on which proxies run as
3001   they would protect any system that contains or transports sensitive
3002   information. In particular, log information gathered at proxies often
3003   contains highly sensitive personal information, and/or information
3004   about organizations. Log information should be carefully guarded, and
3005   appropriate guidelines for use developed and followed. (<xref target="abuse.of.server.log.information"/>).
3006</t>
3007<t>
3008   Proxy implementors should consider the privacy and security
3009   implications of their design and coding decisions, and of the
3010   configuration options they provide to proxy operators (especially the
3011   default configuration).
3012</t>
3013<t>
3014   Users of a proxy need to be aware that they are no trustworthier than
3015   the people who run the proxy; HTTP itself cannot solve this problem.
3016</t>
3017<t>
3018   The judicious use of cryptography, when appropriate, may suffice to
3019   protect against a broad range of security and privacy attacks. Such
3020   cryptography is beyond the scope of the HTTP/1.1 specification.
3021</t>
3022</section>
3023
3024<section title="Denial of Service Attacks on Proxies" anchor="attack.DoS">
3025<t>
3026   They exist. They are hard to defend against. Research continues.
3027   Beware.
3028</t>
3029</section>
3030</section>
3031
3032<section title="Acknowledgments" anchor="ack">
3033<t>
3034   This specification makes heavy use of the augmented BNF and generic
3035   constructs defined by David H. Crocker for <xref target="RFC822ABNF"/>. Similarly, it
3036   reuses many of the definitions provided by Nathaniel Borenstein and
3037   Ned Freed for MIME <xref target="RFC2045"/>. We hope that their inclusion in this
3038   specification will help reduce past confusion over the relationship
3039   between HTTP and Internet mail message formats.
3040</t>
3041<t>
3042   HTTP has evolved considerably over the years. It has
3043   benefited from a large and active developer community--the many
3044   people who have participated on the www-talk mailing list--and it is
3045   that community which has been most responsible for the success of
3046   HTTP and of the World-Wide Web in general. Marc Andreessen, Robert
3047   Cailliau, Daniel W. Connolly, Bob Denny, John Franks, Jean-Francois
3048   Groff, Phillip M. Hallam-Baker, Hakon W. Lie, Ari Luotonen, Rob
3049   McCool, Lou Montulli, Dave Raggett, Tony Sanders, and Marc
3050   VanHeyningen deserve special recognition for their efforts in
3051   defining early aspects of the protocol.
3052</t>
3053<t>
3054   This document has benefited greatly from the comments of all those
3055   participating in the HTTP-WG. In addition to those already mentioned,
3056   the following individuals have contributed to this specification:
3057</t>
3058<t>
3059   Gary Adams, Harald Tveit Alvestrand, Keith Ball, Brian Behlendorf,
3060   Paul Burchard, Maurizio Codogno, Mike Cowlishaw, Roman Czyborra,
3061   Michael A. Dolan, Daniel DuBois, David J. Fiander, Alan Freier, Marc Hedlund, Greg Herlihy,
3062   Koen Holtman, Alex Hopmann, Bob Jernigan, Shel Kaphan, Rohit Khare,
3063   John Klensin, Martijn Koster, Alexei Kosut, David M. Kristol,
3064   Daniel LaLiberte, Ben Laurie, Paul J. Leach, Albert Lunde,
3065   John C. Mallery, Jean-Philippe Martin-Flatin, Mitra, David Morris,
3066   Gavin Nicol, Ross Patterson, Bill Perry, Jeffrey Perry, Scott Powers, Owen Rees,
3067   Luigi Rizzo, David Robinson, Marc Salomon, Rich Salz,
3068   Allan M. Schiffman, Jim Seidman, Chuck Shotton, Eric W. Sink,
3069   Simon E. Spero, Richard N. Taylor, Robert S. Thau,
3070   Bill (BearHeart) Weinman, Francois Yergeau, Mary Ellen Zurko,
3071   Josh Cohen.
3072</t>
3073<t>
3074   Thanks to the "cave men" of Palo Alto. You know who you are.
3075</t>
3076<t>
3077   Jim Gettys (the editor of <xref target="RFC2616"/>) wishes particularly
3078   to thank Roy Fielding, the editor of <xref target="RFC2068"/>, along
3079   with John Klensin, Jeff Mogul, Paul Leach, Dave Kristol, Koen
3080   Holtman, John Franks, Josh Cohen, Alex Hopmann, Scott Lawrence, and
3081   Larry Masinter for their help. And thanks go particularly to Jeff
3082   Mogul and Scott Lawrence for performing the "MUST/MAY/SHOULD" audit.
3083</t>
3084<t>
3085   The Apache Group, Anselm Baird-Smith, author of Jigsaw, and Henrik
3086   Frystyk implemented RFC 2068 early, and we wish to thank them for the
3087   discovery of many of the problems that this document attempts to
3088   rectify.
3089</t>
3090</section>
3091
3092</middle>
3093<back>
3094
3095<references title="Normative References">
3096
3097<reference anchor="ISO-8859-1">
3098  <front>
3099    <title>
3100     Information technology -- 8-bit single-byte coded graphic character sets -- Part 1: Latin alphabet No. 1
3101    </title>
3102    <author>
3103      <organization>International Organization for Standardization</organization>
3104    </author>
3105    <date year="1998"/>
3106  </front>
3107  <seriesInfo name="ISO/IEC" value="8859-1:1998"/>
3108</reference>
3109
3110<reference anchor="Part2">
3111  <front>
3112    <title abbrev="HTTP/1.1">HTTP/1.1, part 2: Message Semantics</title>
3113    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
3114      <organization abbrev="Day Software">Day Software</organization>
3115      <address><email>fielding@gbiv.com</email></address>
3116    </author>
3117    <author initials="J." surname="Gettys" fullname="Jim Gettys">
3118      <organization>One Laptop per Child</organization>
3119      <address><email>jg@laptop.org</email></address>
3120    </author>
3121    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
3122      <organization abbrev="HP">Hewlett-Packard Company</organization>
3123      <address><email>JeffMogul@acm.org</email></address>
3124    </author>
3125    <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen">
3126      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3127      <address><email>henrikn@microsoft.com</email></address>
3128    </author>
3129    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3130      <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization>
3131      <address><email>LMM@acm.org</email></address>
3132    </author>
3133    <author initials="P." surname="Leach" fullname="Paul J. Leach">
3134      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3135      <address><email>paulle@microsoft.com</email></address>
3136    </author>
3137    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3138      <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
3139      <address><email>timbl@w3.org</email></address>
3140    </author>
3141    <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
3142      <organization abbrev="W3C">World Wide Web Consortium</organization>
3143      <address><email>ylafon@w3.org</email></address>
3144    </author>
3145    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
3146      <organization abbrev="greenbytes">greenbytes GmbH</organization>
3147      <address><email>julian.reschke@greenbytes.de</email></address>
3148    </author>
3149    <date month="&ID-MONTH;" year="&ID-YEAR;"/>
3150  </front>
3151  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p2-semantics-&ID-VERSION;"/>
3152  <x:source href="p2-semantics.xml" basename="p2-semantics"/>
3153</reference>
3154
3155<reference anchor="Part3">
3156  <front>
3157    <title abbrev="HTTP/1.1">HTTP/1.1, part 3: Message Payload and Content Negotiation</title>
3158    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
3159      <organization abbrev="Day Software">Day Software</organization>
3160      <address><email>fielding@gbiv.com</email></address>
3161    </author>
3162    <author initials="J." surname="Gettys" fullname="Jim Gettys">
3163      <organization>One Laptop per Child</organization>
3164      <address><email>jg@laptop.org</email></address>
3165    </author>
3166    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
3167      <organization abbrev="HP">Hewlett-Packard Company</organization>
3168      <address><email>JeffMogul@acm.org</email></address>
3169    </author>
3170    <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen">
3171      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3172      <address><email>henrikn@microsoft.com</email></address>
3173    </author>
3174    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3175      <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization>
3176      <address><email>LMM@acm.org</email></address>
3177    </author>
3178    <author initials="P." surname="Leach" fullname="Paul J. Leach">
3179      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3180      <address><email>paulle@microsoft.com</email></address>
3181    </author>
3182    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3183      <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
3184      <address><email>timbl@w3.org</email></address>
3185    </author>
3186    <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
3187      <organization abbrev="W3C">World Wide Web Consortium</organization>
3188      <address><email>ylafon@w3.org</email></address>
3189    </author>
3190    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
3191      <organization abbrev="greenbytes">greenbytes GmbH</organization>
3192      <address><email>julian.reschke@greenbytes.de</email></address>
3193    </author>
3194    <date month="&ID-MONTH;" year="&ID-YEAR;"/>
3195  </front>
3196  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p3-payload-&ID-VERSION;"/>
3197  <x:source href="p3-payload.xml" basename="p3-payload"/>
3198</reference>
3199
3200<reference anchor="Part5">
3201  <front>
3202    <title abbrev="HTTP/1.1">HTTP/1.1, part 5: Range Requests and Partial Responses</title>
3203    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
3204      <organization abbrev="Day Software">Day Software</organization>
3205      <address><email>fielding@gbiv.com</email></address>
3206    </author>
3207    <author initials="J." surname="Gettys" fullname="Jim Gettys">
3208      <organization>One Laptop per Child</organization>
3209      <address><email>jg@laptop.org</email></address>
3210    </author>
3211    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
3212      <organization abbrev="HP">Hewlett-Packard Company</organization>
3213      <address><email>JeffMogul@acm.org</email></address>
3214    </author>
3215    <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen">
3216      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3217      <address><email>henrikn@microsoft.com</email></address>
3218    </author>
3219    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3220      <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization>
3221      <address><email>LMM@acm.org</email></address>
3222    </author>
3223    <author initials="P." surname="Leach" fullname="Paul J. Leach">
3224      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3225      <address><email>paulle@microsoft.com</email></address>
3226    </author>
3227    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3228      <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
3229      <address><email>timbl@w3.org</email></address>
3230    </author>
3231    <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
3232      <organization abbrev="W3C">World Wide Web Consortium</organization>
3233      <address><email>ylafon@w3.org</email></address>
3234    </author>
3235    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
3236      <organization abbrev="greenbytes">greenbytes GmbH</organization>
3237      <address><email>julian.reschke@greenbytes.de</email></address>
3238    </author>
3239    <date month="&ID-MONTH;" year="&ID-YEAR;"/>
3240  </front>
3241  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p5-range-&ID-VERSION;"/>
3242  <x:source href="p5-range.xml" basename="p5-range"/>
3243</reference>
3244
3245<reference anchor="Part6">
3246  <front>
3247    <title abbrev="HTTP/1.1">HTTP/1.1, part 6: Caching</title>
3248    <author initials="R." surname="Fielding" fullname="Roy T. Fielding" role="editor">
3249      <organization abbrev="Day Software">Day Software</organization>
3250      <address><email>fielding@gbiv.com</email></address>
3251    </author>
3252    <author initials="J." surname="Gettys" fullname="Jim Gettys">
3253      <organization>One Laptop per Child</organization>
3254      <address><email>jg@laptop.org</email></address>
3255    </author>
3256    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
3257      <organization abbrev="HP">Hewlett-Packard Company</organization>
3258      <address><email>JeffMogul@acm.org</email></address>
3259    </author>
3260    <author initials="H." surname="Frystyk" fullname="Henrik Frystyk Nielsen">
3261      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3262      <address><email>henrikn@microsoft.com</email></address>
3263    </author>
3264    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3265      <organization abbrev="Adobe Systems">Adobe Systems, Incorporated</organization>
3266      <address><email>LMM@acm.org</email></address>
3267    </author>
3268    <author initials="P." surname="Leach" fullname="Paul J. Leach">
3269      <organization abbrev="Microsoft">Microsoft Corporation</organization>
3270      <address><email>paulle@microsoft.com</email></address>
3271    </author>
3272    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3273      <organization abbrev="W3C/MIT">World Wide Web Consortium</organization>
3274      <address><email>timbl@w3.org</email></address>
3275    </author>
3276    <author initials="Y." surname="Lafon" fullname="Yves Lafon" role="editor">
3277      <organization abbrev="W3C">World Wide Web Consortium</organization>
3278      <address><email>ylafon@w3.org</email></address>
3279    </author>
3280    <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke" role="editor">
3281      <organization abbrev="greenbytes">greenbytes GmbH</organization>
3282      <address><email>julian.reschke@greenbytes.de</email></address>
3283    </author>
3284    <date month="&ID-MONTH;" year="&ID-YEAR;"/>
3285  </front>
3286  <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-p6-cache-&ID-VERSION;"/>
3287  <x:source href="p6-cache.xml" basename="p6-cache"/>
3288</reference>
3289
3290<reference anchor="RFC822ABNF">
3291  <front>
3292    <title abbrev="Standard for ARPA Internet Text Messages">Standard for the format of ARPA Internet text messages</title>
3293    <author initials="D.H." surname="Crocker" fullname="David H. Crocker">
3294      <organization>University of Delaware, Dept. of Electrical Engineering</organization>
3295      <address><email>DCrocker@UDel-Relay</email></address>
3296    </author>
3297    <date month="August" day="13" year="1982"/>
3298  </front>
3299  <seriesInfo name="STD" value="11"/>
3300  <seriesInfo name="RFC" value="822"/>
3301</reference>
3302
3303<reference anchor="RFC2045">
3304  <front>
3305    <title abbrev="Internet Message Bodies">Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies</title>
3306    <author initials="N." surname="Freed" fullname="Ned Freed">
3307      <organization>Innosoft International, Inc.</organization>
3308      <address><email>ned@innosoft.com</email></address>
3309    </author>
3310    <author initials="N.S." surname="Borenstein" fullname="Nathaniel S. Borenstein">
3311      <organization>First Virtual Holdings</organization>
3312      <address><email>nsb@nsb.fv.com</email></address>
3313    </author>
3314    <date month="November" year="1996"/>
3315  </front>
3316  <seriesInfo name="RFC" value="2045"/>
3317</reference>
3318
3319<reference anchor="RFC2047">
3320  <front>
3321    <title abbrev="Message Header Extensions">MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text</title>
3322    <author initials="K." surname="Moore" fullname="Keith Moore">
3323      <organization>University of Tennessee</organization>
3324      <address><email>moore@cs.utk.edu</email></address>
3325    </author>
3326    <date month="November" year="1996"/>
3327  </front>
3328  <seriesInfo name="RFC" value="2047"/>
3329</reference>
3330
3331<reference anchor="RFC2119">
3332  <front>
3333    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
3334    <author initials="S." surname="Bradner" fullname="Scott Bradner">
3335      <organization>Harvard University</organization>
3336      <address><email>sob@harvard.edu</email></address>
3337    </author>
3338    <date month="March" year="1997"/>
3339  </front>
3340  <seriesInfo name="BCP" value="14"/>
3341  <seriesInfo name="RFC" value="2119"/>
3342</reference>
3343
3344<reference anchor="RFC2396">
3345  <front>
3346    <title abbrev="URI Generic Syntax">Uniform Resource Identifiers (URI): Generic Syntax</title>
3347    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3348      <organization abbrev="MIT/LCS">World Wide Web Consortium</organization>
3349      <address><email>timbl@w3.org</email></address>
3350    </author>
3351    <author initials="R.T." surname="Fielding" fullname="Roy T. Fielding">
3352      <organization abbrev="U.C. Irvine">Department of Information and Computer Science</organization>
3353      <address><email>fielding@ics.uci.edu</email></address>
3354    </author>
3355    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3356      <organization abbrev="Xerox Corporation">Xerox PARC</organization>
3357      <address><email>masinter@parc.xerox.com</email></address>
3358    </author>
3359    <date month="August" year="1998"/>
3360  </front>
3361  <seriesInfo name="RFC" value="2396"/>
3362</reference>
3363
3364<reference anchor="USASCII">
3365  <front>
3366    <title>Coded Character Set -- 7-bit American Standard Code for Information Interchange</title>
3367    <author>
3368      <organization>American National Standards Institute</organization>
3369    </author>
3370    <date year="1986"/>
3371  </front>
3372  <seriesInfo name="ANSI" value="X3.4"/>
3373</reference>
3374
3375</references>
3376
3377<references title="Informative References">
3378
3379<reference anchor="Nie1997" target="http://doi.acm.org/10.1145/263105.263157">
3380  <front>
3381    <title>Network Performance Effects of HTTP/1.1, CSS1, and PNG</title>
3382    <author initials="H.F.." surname="Nielsen" fullname="H.F. Nielsen">
3383      <organization/>
3384    </author>
3385    <author initials="J." surname="Gettys" fullname="J. Gettys">
3386      <organization/>
3387    </author>
3388    <author initials="E." surname="Prud'hommeaux" fullname="E. Prud'hommeaux">
3389      <organization/>
3390    </author>
3391    <author initials="H." surname="Lie" fullname="H. Lie">
3392      <organization/>
3393    </author>
3394    <author initials="C." surname="Lilley" fullname="C. Lilley">
3395      <organization/>
3396    </author>
3397    <date year="1997" month="September"/>
3398  </front>
3399  <seriesInfo name="ACM" value="Proceedings of the ACM SIGCOMM '97 conference on Applications, technologies, architectures, and protocols for computer communication SIGCOMM '97"/>
3400</reference>
3401
3402<reference anchor="Pad1995">
3403  <front>
3404    <title>Improving HTTP Latency</title>
3405    <author initials="V.N." surname="Padmanabhan" fullname="Venkata N. Padmanabhan">
3406      <organization/>
3407    </author>
3408    <author initials="J.C." surname="Mogul" fullname="Jeffrey C. Mogul">
3409      <organization/>
3410    </author>
3411    <date year="1995" month="December"/>
3412  </front>
3413  <seriesInfo name="Computer Networks and ISDN Systems" value="v. 28, pp. 25-35"/>
3414  <annotation>
3415    Slightly revised version of paper in Proc. 2nd International WWW Conference '94: Mosaic and the Web, Oct. 1994,
3416    which is available at <eref target="http://www.ncsa.uiuc.edu/SDG/IT94/Proceedings/DDay/mogul/HTTPLatency.html"/>.
3417  </annotation>
3418</reference>
3419
3420<reference anchor="RFC822">
3421  <front>
3422    <title abbrev="Standard for ARPA Internet Text Messages">Standard for the format of ARPA Internet text messages</title>
3423    <author initials="D.H." surname="Crocker" fullname="David H. Crocker">
3424      <organization>University of Delaware, Dept. of Electrical Engineering</organization>
3425      <address><email>DCrocker@UDel-Relay</email></address>
3426    </author>
3427    <date month="August" day="13" year="1982"/>
3428  </front>
3429  <seriesInfo name="STD" value="11"/>
3430  <seriesInfo name="RFC" value="822"/>
3431</reference>
3432
3433<reference anchor="RFC959">
3434  <front>
3435    <title abbrev="File Transfer Protocol">File Transfer Protocol</title>
3436    <author initials="J." surname="Postel" fullname="J. Postel">
3437      <organization>Information Sciences Institute (ISI)</organization>
3438    </author>
3439    <author initials="J." surname="Reynolds" fullname="J. Reynolds">
3440      <organization/>
3441    </author>
3442    <date month="October" year="1985"/>
3443  </front>
3444  <seriesInfo name="STD" value="9"/>
3445  <seriesInfo name="RFC" value="959"/>
3446</reference>
3447
3448<reference anchor="RFC1123">
3449  <front>
3450    <title>Requirements for Internet Hosts - Application and Support</title>
3451    <author initials="R." surname="Braden" fullname="Robert Braden">
3452      <organization>University of Southern California (USC), Information Sciences Institute</organization>
3453      <address><email>Braden@ISI.EDU</email></address>
3454    </author>
3455    <date month="October" year="1989"/>
3456  </front>
3457  <seriesInfo name="STD" value="3"/>
3458  <seriesInfo name="RFC" value="1123"/>
3459</reference>
3460
3461<reference anchor="RFC1305">
3462  <front>
3463    <title>Network Time Protocol (Version 3) Specification, Implementation</title>
3464    <author initials="D." surname="Mills" fullname="David L. Mills">
3465      <organization>University of Delaware, Electrical Engineering Department</organization>
3466      <address><email>mills@udel.edu</email></address>
3467    </author>
3468    <date month="March" year="1992"/>
3469  </front>
3470  <seriesInfo name="RFC" value="1305"/>
3471</reference>
3472
3473<reference anchor="RFC1436">
3474  <front>
3475    <title abbrev="Gopher">The Internet Gopher Protocol (a distributed document search and retrieval protocol)</title>
3476    <author initials="F." surname="Anklesaria" fullname="Farhad Anklesaria">
3477      <organization>University of Minnesota, Computer and Information Services</organization>
3478      <address><email>fxa@boombox.micro.umn.edu</email></address>
3479    </author>
3480    <author initials="M." surname="McCahill" fullname="Mark McCahill">
3481      <organization>University of Minnesota, Computer and Information Services</organization>
3482      <address><email>mpm@boombox.micro.umn.edu</email></address>
3483    </author>
3484    <author initials="P." surname="Lindner" fullname="Paul Lindner">
3485      <organization>University of Minnesota, Computer and Information Services</organization>
3486      <address><email>lindner@boombox.micro.umn.edu</email></address>
3487    </author>
3488    <author initials="D." surname="Johnson" fullname="David Johnson">
3489      <organization>University of Minnesota, Computer and Information Services</organization>
3490      <address><email>dmj@boombox.micro.umn.edu</email></address>
3491    </author>
3492    <author initials="D." surname="Torrey" fullname="Daniel Torrey">
3493      <organization>University of Minnesota, Computer and Information Services</organization>
3494      <address><email>daniel@boombox.micro.umn.edu</email></address>
3495    </author>
3496    <author initials="B." surname="Alberti" fullname="Bob Alberti">
3497      <organization>University of Minnesota, Computer and Information Services</organization>
3498      <address><email>alberti@boombox.micro.umn.edu</email></address>
3499    </author>
3500    <date month="March" year="1993"/>
3501  </front>
3502  <seriesInfo name="RFC" value="1436"/>
3503</reference>
3504
3505<reference anchor="RFC1630">
3506  <front>
3507    <title abbrev="URIs in WWW">Universal Resource Identifiers in WWW: A Unifying Syntax for the Expression of Names and Addresses of Objects on the Network as used in the World-Wide Web</title>
3508    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3509      <organization>CERN, World-Wide Web project</organization>
3510      <address><email>timbl@info.cern.ch</email></address>
3511    </author>
3512    <date month="June" year="1994"/>
3513  </front>
3514  <seriesInfo name="RFC" value="1630"/>
3515</reference>
3516
3517<reference anchor="RFC1737">
3518  <front>
3519    <title abbrev="Requirements for Uniform Resource Names">Functional Requirements for Uniform Resource Names</title>
3520    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3521      <organization>Xerox Palo Alto Research Center</organization>
3522      <address><email>masinter@parc.xerox.com</email></address>
3523    </author>
3524    <author initials="K." surname="Sollins" fullname="Karen Sollins">
3525      <organization>MIT Laboratory for Computer Science</organization>
3526      <address><email>sollins@lcs.mit.edu</email></address>
3527    </author>
3528    <date month="December" year="1994"/>
3529  </front>
3530  <seriesInfo name="RFC" value="1737"/>
3531</reference>
3532
3533<reference anchor="RFC1738">
3534  <front>
3535    <title>Uniform Resource Locators (URL)</title>
3536    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3537      <organization>CERN, World-Wide Web project</organization>
3538      <address><email>timbl@info.cern.ch</email></address>
3539    </author>
3540    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3541      <organization>Xerox PARC</organization>
3542      <address><email>masinter@parc.xerox.com</email></address>
3543    </author>
3544    <author initials="M." surname="McCahill" fullname="Mark McCahill">
3545      <organization>University of Minnesota, Computer and Information Services</organization>
3546      <address><email>mpm@boombox.micro.umn.edu</email></address>
3547    </author>
3548    <date month="December" year="1994"/>
3549  </front>
3550  <seriesInfo name="RFC" value="1738"/>
3551</reference>
3552
3553<reference anchor="RFC1808">
3554  <front>
3555    <title>Relative Uniform Resource Locators</title>
3556    <author initials="R." surname="Fielding" fullname="Roy T. Fielding">
3557      <organization>University of California Irvine, Department of Information and Computer Science</organization>
3558      <address><email>fielding@ics.uci.edu</email></address>
3559    </author>
3560    <date month="June" year="1995"/>
3561  </front>
3562  <seriesInfo name="RFC" value="1808"/>
3563</reference>
3564
3565<reference anchor="RFC1900">
3566  <front>
3567    <title>Renumbering Needs Work</title>
3568    <author initials="B." surname="Carpenter" fullname="Brian E. Carpenter">
3569      <organization>CERN, Computing and Networks Division</organization>
3570      <address><email>brian@dxcoms.cern.ch</email></address>
3571    </author>
3572    <author initials="Y." surname="Rekhter" fullname="Yakov Rekhter">
3573      <organization>cisco Systems</organization>
3574      <address><email>yakov@cisco.com</email></address>
3575    </author>
3576    <date month="February" year="1996"/>
3577  </front>
3578  <seriesInfo name="RFC" value="1900"/>
3579</reference>
3580
3581<reference anchor="RFC1945">
3582  <front>
3583    <title abbrev="HTTP/1.0">Hypertext Transfer Protocol -- HTTP/1.0</title>
3584    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3585      <organization>MIT, Laboratory for Computer Science</organization>
3586      <address><email>timbl@w3.org</email></address>
3587    </author>
3588    <author initials="R.T." surname="Fielding" fullname="Roy T. Fielding">
3589      <organization>University of California, Irvine, Department of Information and Computer Science</organization>
3590      <address><email>fielding@ics.uci.edu</email></address>
3591    </author>
3592    <author initials="H.F." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
3593      <organization>W3 Consortium, MIT Laboratory for Computer Science</organization>
3594      <address><email>frystyk@w3.org</email></address>
3595    </author>
3596    <date month="May" year="1996"/>
3597  </front>
3598  <seriesInfo name="RFC" value="1945"/>
3599</reference>
3600
3601<reference anchor="RFC2068">
3602  <front>
3603    <title abbrev="HTTP/1.1">Hypertext Transfer Protocol -- HTTP/1.1</title>
3604    <author initials="R." surname="Fielding" fullname="Roy T. Fielding">
3605      <organization>University of California, Irvine, Department of Information and Computer Science</organization>
3606      <address><email>fielding@ics.uci.edu</email></address>
3607    </author>
3608    <author initials="J." surname="Gettys" fullname="Jim Gettys">
3609      <organization>MIT Laboratory for Computer Science</organization>
3610      <address><email>jg@w3.org</email></address>
3611    </author>
3612    <author initials="J." surname="Mogul" fullname="Jeffrey C. Mogul">
3613      <organization>Digital Equipment Corporation, Western Research Laboratory</organization>
3614      <address><email>mogul@wrl.dec.com</email></address>
3615    </author>
3616    <author initials="H." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
3617      <organization>MIT Laboratory for Computer Science</organization>
3618      <address><email>frystyk@w3.org</email></address>
3619    </author>
3620    <author initials="T." surname="Berners-Lee" fullname="Tim Berners-Lee">
3621      <organization>MIT Laboratory for Computer Science</organization>
3622      <address><email>timbl@w3.org</email></address>
3623    </author>
3624    <date month="January" year="1997"/>
3625  </front>
3626  <seriesInfo name="RFC" value="2068"/>
3627</reference>
3628
3629<reference anchor="RFC2145">
3630  <front>
3631    <title abbrev="HTTP Version Numbers">Use and Interpretation of HTTP Version Numbers</title>
3632    <author initials="J.C." surname="Mogul" fullname="Jeffrey C. Mogul">
3633      <organization>Western Research Laboratory</organization>
3634      <address><email>mogul@wrl.dec.com</email></address>
3635    </author>
3636    <author initials="R.T." surname="Fielding" fullname="Roy T. Fielding">
3637      <organization>Department of Information and Computer Science</organization>
3638      <address><email>fielding@ics.uci.edu</email></address>
3639    </author>
3640    <author initials="J." surname="Gettys" fullname="Jim Gettys">
3641      <organization>MIT Laboratory for Computer Science</organization>
3642      <address><email>jg@w3.org</email></address>
3643    </author>
3644    <author initials="H.F." surname="Nielsen" fullname="Henrik Frystyk Nielsen">
3645      <organization>W3 Consortium</organization>
3646      <address><email>frystyk@w3.org</email></address>
3647    </author>
3648    <date month="May" year="1997"/>
3649  </front>
3650  <seriesInfo name="RFC" value="2145"/>
3651</reference>
3652
3653<reference anchor="RFC2324">
3654  <front>
3655    <title abbrev="HTCPCP/1.0">Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)</title>
3656    <author initials="L." surname="Masinter" fullname="Larry Masinter">
3657      <organization>Xerox Palo Alto Research Center</organization>
3658      <address><email>masinter@parc.xerox.com</email></address>
3659    </author>
3660    <date month="April" day="1" year="1998"/>
3661  </front>
3662  <seriesInfo name="RFC" value="2324"/>
3663</reference>
3664
3665<reference anchor="RFC2616">
3666  <front>
3667    <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
3668    <author initials="R." surname="Fielding" fullname="R. Fielding">
3669      <organization>University of California, Irvine</organization>
3670      <address><email>fielding@ics.uci.edu</email></address>
3671    </author>
3672    <author initials="J." surname="Gettys" fullname="J. Gettys">
3673      <organization>W3C</organization>
3674      <address><email>jg@w3.org</email></address>
3675    </author>
3676    <author initials="J." surname="Mogul" fullname="J. Mogul">
3677      <organization>Compaq Computer Corporation</organization>
3678      <address><email>mogul@wrl.dec.com</email></address>
3679    </author>
3680    <author initials="H." surname="Frystyk" fullname="H. Frystyk">
3681      <organization>MIT Laboratory for Computer Science</organization>
3682      <address><email>frystyk@w3.org</email></address>
3683    </author>
3684    <author initials="L." surname="Masinter" fullname="L. Masinter">
3685      <organization>Xerox Corporation</organization>
3686      <address><email>masinter@parc.xerox.com</email></address>
3687    </author>
3688    <author initials="P." surname="Leach" fullname="P. Leach">
3689      <organization>Microsoft Corporation</organization>
3690      <address><email>paulle@microsoft.com</email></address>
3691    </author>
3692    <author initials="T." surname="Berners-Lee" fullname="T. Berners-Lee">
3693      <organization>W3C</organization>
3694      <address><email>timbl@w3.org</email></address>
3695    </author>
3696    <date month="June" year="1999"/>
3697  </front>
3698  <seriesInfo name="RFC" value="2616"/>
3699</reference>
3700
3701<reference anchor="RFC2821">
3702  <front>
3703    <title>Simple Mail Transfer Protocol</title>
3704    <author initials="J." surname="Klensin" fullname="J. Klensin">
3705      <organization>AT&amp;T Laboratories</organization>
3706      <address><email>klensin@research.att.com</email></address>
3707    </author>
3708    <date year="2001" month="April"/>
3709  </front>
3710  <seriesInfo name="RFC" value="2821"/>
3711</reference>
3712
3713<reference anchor="RFC2822">
3714  <front>
3715    <title>Internet Message Format</title>
3716    <author initials="P." surname="Resnick" fullname="P. Resnick">
3717      <organization>QUALCOMM Incorporated</organization>
3718    </author>
3719    <date year="2001" month="April"/>
3720  </front>
3721  <seriesInfo name="RFC" value="2822"/>
3722</reference>
3723
3724<reference anchor='RFC3977'>
3725  <front>
3726    <title>Network News Transfer Protocol (NNTP)</title>
3727    <author initials='C.' surname='Feather' fullname='C. Feather'>
3728      <organization>THUS plc</organization>
3729      <address><email>clive@demon.net</email></address>
3730    </author>
3731    <date year='2006' month='October' />
3732  </front>
3733  <seriesInfo name="RFC" value="3977"/>
3734</reference>
3735
3736<reference anchor="RFC4288">
3737  <front>
3738    <title>Media Type Specifications and Registration Procedures</title>
3739    <author initials="N." surname="Freed" fullname="N. Freed">
3740      <organization>Sun Microsystems</organization>
3741      <address>
3742        <email>ned.freed@mrochek.com</email>
3743      </address>
3744    </author>
3745    <author initials="J." surname="Klensin" fullname="J. Klensin">
3746      <organization/>
3747      <address>
3748        <email>klensin+ietf@jck.com</email>
3749      </address>
3750    </author>
3751    <date year="2005" month="December"/>
3752  </front>
3753  <seriesInfo name="BCP" value="13"/>
3754  <seriesInfo name="RFC" value="4288"/>
3755</reference>
3756
3757<reference anchor="Spe" target="http://sunsite.unc.edu/mdma-release/http-prob.html">
3758  <front>
3759  <title>Analysis of HTTP Performance Problems</title>
3760  <author initials="S." surname="Spero" fullname="Simon E. Spero">
3761    <organization/>
3762  </author>
3763  <date/>
3764  </front>
3765</reference>
3766
3767<reference anchor="Tou1998" target="http://www.isi.edu/touch/pubs/http-perf96/">
3768  <front>
3769  <title>Analysis of HTTP Performance</title>
3770  <author initials="J." surname="Touch" fullname="Joe Touch">
3771    <organization>USC/Information Sciences Institute</organization>
3772    <address><email>touch@isi.edu</email></address>
3773  </author>
3774  <author initials="J." surname="Heidemann" fullname="John Heidemann">
3775    <organization>USC/Information Sciences Institute</organization>
3776    <address><email>johnh@isi.edu</email></address>
3777  </author>
3778  <author initials="K." surname="Obraczka" fullname="Katia Obraczka">
3779    <organization>USC/Information Sciences Institute</organization>
3780    <address><email>katia@isi.edu</email></address>
3781  </author>
3782  <date year="1998" month="Aug"/>
3783  </front>
3784  <seriesInfo name="ISI Research Report" value="ISI/RR-98-463"/>
3785  <annotation>(original report dated Aug. 1996)</annotation>
3786</reference>
3787
3788<reference anchor="WAIS">
3789  <front>
3790    <title>WAIS Interface Protocol Prototype Functional Specification (v1.5)</title>
3791    <author initials="F." surname="Davis" fullname="F. Davis">
3792      <organization>Thinking Machines Corporation</organization>
3793    </author>
3794    <author initials="B." surname="Kahle" fullname="B. Kahle">
3795      <organization>Thinking Machines Corporation</organization>
3796    </author>
3797    <author initials="H." surname="Morris" fullname="H. Morris">
3798      <organization>Thinking Machines Corporation</organization>
3799    </author>
3800    <author initials="J." surname="Salem" fullname="J. Salem">
3801      <organization>Thinking Machines Corporation</organization>
3802    </author>
3803    <author initials="T." surname="Shen" fullname="T. Shen">
3804      <organization>Thinking Machines Corporation</organization>
3805    </author>
3806    <author initials="R." surname="Wang" fullname="R. Wang">
3807      <organization>Thinking Machines Corporation</organization>
3808    </author>
3809    <author initials="J." surname="Sui" fullname="J. Sui">
3810      <organization>Thinking Machines Corporation</organization>
3811    </author>
3812    <author initials="M." surname="Grinbaum" fullname="M. Grinbaum">
3813      <organization>Thinking Machines Corporation</organization>
3814    </author>
3815    <date month="April" year="1990"/>
3816  </front>
3817  <seriesInfo name="Thinking Machines Corporation" value=""/>
3818</reference>
3819
3820</references>
3821
3822
3823<section title="Internet Media Types" anchor="internet.media.type.http">
3824<t>
3825   In addition to defining HTTP/1.1, this document serves
3826   as the specification for the Internet media type "message/http" and
3827   "application/http". The following is to be registered with IANA <xref target="RFC4288"/>.
3828</t>
3829<section title="Internet Media Type message/http" anchor="internet.media.type.message.http">
3830<iref item="Media Type" subitem="message/http" primary="true"/>
3831<iref item="message/http Media Type" primary="true"/>
3832<t>
3833   The message/http type can be used to enclose a single HTTP request or
3834   response message, provided that it obeys the MIME restrictions for all
3835   "message" types regarding line length and encodings.
3836</t>
3837<t>
3838  <list style="hanging" x:indent="12em">
3839    <t hangText="Type name:">
3840      message
3841    </t>
3842    <t hangText="Subtype name:">
3843      http
3844    </t>
3845    <t hangText="Required parameters:">
3846      none
3847    </t>
3848    <t hangText="Optional parameters:">
3849      version, msgtype
3850      <list style="hanging">
3851        <t hangText="version:">
3852          The HTTP-Version number of the enclosed message
3853          (e.g., "1.1"). If not present, the version can be
3854          determined from the first line of the body.
3855        </t>
3856        <t hangText="msgtype:">
3857          The message type -- "request" or "response". If not
3858          present, the type can be determined from the first
3859          line of the body.
3860        </t>
3861      </list>
3862    </t>
3863    <t hangText="Encoding considerations:">
3864      only "7bit", "8bit", or "binary" are permitted
3865    </t>
3866    <t hangText="Security considerations:">
3867      none
3868    </t>
3869    <t hangText="Interoperability considerations:">
3870      none
3871    </t>
3872    <t hangText="Published specification:">
3873      This specification (see <xref target="internet.media.type.message.http"/>).
3874    </t>
3875    <t hangText="Applications that use this media type:">
3876    </t>
3877    <t hangText="Additional information:">
3878      <list style="hanging">
3879        <t hangText="Magic number(s):">none</t>
3880        <t hangText="File extension(s):">none</t>
3881        <t hangText="Macintosh file type code(s):">none</t>
3882      </list>
3883    </t>
3884    <t hangText="Person and email address to contact for further information:">
3885      See Authors Section.
3886    </t>
3887                <t hangText="Intended usage:">
3888                  COMMON
3889    </t>
3890                <t hangText="Restrictions on usage:">
3891                  none
3892    </t>
3893    <t hangText="Author/Change controller:">
3894      IESG
3895    </t>
3896  </list>
3897</t>
3898</section>
3899<section title="Internet Media Type application/http" anchor="internet.media.type.application.http">
3900<iref item="Media Type" subitem="application/http" primary="true"/>
3901<iref item="application/http Media Type" primary="true"/>
3902<t>
3903   The application/http type can be used to enclose a pipeline of one or more
3904   HTTP request or response messages (not intermixed).
3905</t>
3906<t>
3907  <list style="hanging" x:indent="12em">
3908    <t hangText="Type name:">
3909      application
3910    </t>
3911    <t hangText="Subtype name:">
3912      http
3913    </t>
3914    <t hangText="Required parameters:">
3915      none
3916    </t>
3917    <t hangText="Optional parameters:">
3918      version, msgtype
3919      <list style="hanging">
3920        <t hangText="version:">
3921          The HTTP-Version number of the enclosed messages
3922          (e.g., "1.1"). If not present, the version can be
3923          determined from the first line of the body.
3924        </t>
3925        <t hangText="msgtype:">
3926          The message type -- "request" or "response". If not
3927          present, the type can be determined from the first
3928          line of the body.
3929        </t>
3930      </list>
3931    </t>
3932    <t hangText="Encoding considerations:">
3933      HTTP messages enclosed by this type
3934      are in "binary" format; use of an appropriate
3935      Content-Transfer-Encoding is required when
3936      transmitted via E-mail.
3937    </t>
3938    <t hangText="Security considerations:">
3939      none
3940    </t>
3941    <t hangText="Interoperability considerations:">
3942      none
3943    </t>
3944    <t hangText="Published specification:">
3945      This specification (see <xref target="internet.media.type.application.http"/>).
3946    </t>
3947    <t hangText="Applications that use this media type:">
3948    </t>
3949    <t hangText="Additional information:">
3950      <list style="hanging">
3951        <t hangText="Magic number(s):">none</t>
3952        <t hangText="File extension(s):">none</t>
3953        <t hangText="Macintosh file type code(s):">none</t>
3954      </list>
3955    </t>
3956    <t hangText="Person and email address to contact for further information:">
3957      See Authors Section.
3958    </t>
3959                <t hangText="Intended usage:">
3960                  COMMON
3961    </t>
3962                <t hangText="Restrictions on usage:">
3963                  none
3964    </t>
3965    <t hangText="Author/Change controller:">
3966      IESG
3967    </t>
3968  </list>
3969</t>
3970</section>
3971</section>
3972
3973<section title="Tolerant Applications" anchor="tolerant.applications">
3974<t>
3975   Although this document specifies the requirements for the generation
3976   of HTTP/1.1 messages, not all applications will be correct in their
3977   implementation. We therefore recommend that operational applications
3978   be tolerant of deviations whenever those deviations can be
3979   interpreted unambiguously.
3980</t>
3981<t>
3982   Clients &SHOULD; be tolerant in parsing the Status-Line and servers
3983   tolerant when parsing the Request-Line. In particular, they &SHOULD;
3984   accept any amount of SP or HTAB characters between fields, even though
3985   only a single SP is required.
3986</t>
3987<t>
3988   The line terminator for message-header fields is the sequence CRLF.
3989   However, we recommend that applications, when parsing such headers,
3990   recognize a single LF as a line terminator and ignore the leading CR.
3991</t>
3992<t>
3993   The character set of an entity-body &SHOULD; be labeled as the lowest
3994   common denominator of the character codes used within that body, with
3995   the exception that not labeling the entity is preferred over labeling
3996   the entity with the labels US-ASCII or ISO-8859-1. See &payload;.
3997</t>
3998<t>
3999   Additional rules for requirements on parsing and encoding of dates
4000   and other potential problems with date encodings include:
4001</t>
4002<t>
4003  <list style="symbols">
4004     <t>HTTP/1.1 clients and caches &SHOULD; assume that an RFC-850 date
4005        which appears to be more than 50 years in the future is in fact
4006        in the past (this helps solve the "year 2000" problem).</t>
4007
4008     <t>An HTTP/1.1 implementation &MAY; internally represent a parsed
4009        Expires date as earlier than the proper value, but &MUST-NOT;
4010        internally represent a parsed Expires date as later than the
4011        proper value.</t>
4012
4013     <t>All expiration-related calculations &MUST; be done in GMT. The
4014        local time zone &MUST-NOT; influence the calculation or comparison
4015        of an age or expiration time.</t>
4016
4017     <t>If an HTTP header incorrectly carries a date value with a time
4018        zone other than GMT, it &MUST; be converted into GMT using the
4019        most conservative possible conversion.</t>
4020  </list>
4021</t>
4022</section>
4023
4024<section title="Conversion of Date Formats" anchor="conversion.of.date.formats">
4025<t>
4026   HTTP/1.1 uses a restricted set of date formats (<xref target="full.date"/>) to
4027   simplify the process of date comparison. Proxies and gateways from
4028   other protocols &SHOULD; ensure that any Date header field present in a
4029   message conforms to one of the HTTP/1.1 formats and rewrite the date
4030   if necessary.
4031</t>
4032</section>
4033
4034<section title="Compatibility with Previous Versions" anchor="compatibility">
4035<t>
4036   It is beyond the scope of a protocol specification to mandate
4037   compliance with previous versions. HTTP/1.1 was deliberately
4038   designed, however, to make supporting previous versions easy. It is
4039   worth noting that, at the time of composing this specification
4040   (1996), we would expect commercial HTTP/1.1 servers to:
4041  <list style="symbols">
4042     <t>recognize the format of the Request-Line for HTTP/0.9, 1.0, and
4043        1.1 requests;</t>
4044
4045     <t>understand any valid request in the format of HTTP/0.9, 1.0, or
4046        1.1;</t>
4047
4048     <t>respond appropriately with a message in the same major version
4049        used by the client.</t>
4050  </list>
4051</t>
4052<t>
4053   And we would expect HTTP/1.1 clients to:
4054  <list style="symbols">
4055     <t>recognize the format of the Status-Line for HTTP/1.0 and 1.1
4056        responses;</t>
4057
4058     <t>understand any valid response in the format of HTTP/0.9, 1.0, or
4059        1.1.</t>
4060  </list>
4061</t>
4062<t>
4063   For most implementations of HTTP/1.0, each connection is established
4064   by the client prior to the request and closed by the server after
4065   sending the response. Some implementations implement the Keep-Alive
4066   version of persistent connections described in <xref x:sec="19.7.1" x:fmt="of" target="RFC2068"/>.
4067</t>
4068
4069<section title="Changes from HTTP/1.0" anchor="changes.from.1.0">
4070<t>
4071   This section summarizes major differences between versions HTTP/1.0
4072   and HTTP/1.1.
4073</t>
4074
4075<section title="Changes to Simplify Multi-homed Web Servers and Conserve IP Addresses" anchor="changes.to.simplify.multi-homed.web.servers.and.conserve.ip.addresses">
4076<t>
4077   The requirements that clients and servers support the Host request-header,
4078   report an error if the Host request-header (<xref target="header.host"/>) is
4079   missing from an HTTP/1.1 request, and accept absolute URIs (<xref target="request-uri"/>)
4080   are among the most important changes defined by this
4081   specification.
4082</t>
4083<t>
4084   Older HTTP/1.0 clients assumed a one-to-one relationship of IP
4085   addresses and servers; there was no other established mechanism for
4086   distinguishing the intended server of a request than the IP address
4087   to which that request was directed. The changes outlined above will
4088   allow the Internet, once older HTTP clients are no longer common, to
4089   support multiple Web sites from a single IP address, greatly
4090   simplifying large operational Web servers, where allocation of many
4091   IP addresses to a single host has created serious problems. The
4092   Internet will also be able to recover the IP addresses that have been
4093   allocated for the sole purpose of allowing special-purpose domain
4094   names to be used in root-level HTTP URLs. Given the rate of growth of
4095   the Web, and the number of servers already deployed, it is extremely
4096   important that all implementations of HTTP (including updates to
4097   existing HTTP/1.0 applications) correctly implement these
4098   requirements:
4099  <list style="symbols">
4100     <t>Both clients and servers &MUST; support the Host request-header.</t>
4101
4102     <t>A client that sends an HTTP/1.1 request &MUST; send a Host header.</t>
4103
4104     <t>Servers &MUST; report a 400 (Bad Request) error if an HTTP/1.1
4105        request does not include a Host request-header.</t>
4106
4107     <t>Servers &MUST; accept absolute URIs.</t>
4108  </list>
4109</t>
4110</section>
4111</section>
4112
4113<section title="Compatibility with HTTP/1.0 Persistent Connections" anchor="compatibility.with.http.1.0.persistent.connections">
4114<t>
4115   Some clients and servers might wish to be compatible with some
4116   previous implementations of persistent connections in HTTP/1.0
4117   clients and servers. Persistent connections in HTTP/1.0 are
4118   explicitly negotiated as they are not the default behavior. HTTP/1.0
4119   experimental implementations of persistent connections are faulty,
4120   and the new facilities in HTTP/1.1 are designed to rectify these
4121   problems. The problem was that some existing 1.0 clients may be
4122   sending Keep-Alive to a proxy server that doesn't understand
4123   Connection, which would then erroneously forward it to the next
4124   inbound server, which would establish the Keep-Alive connection and
4125   result in a hung HTTP/1.0 proxy waiting for the close on the
4126   response. The result is that HTTP/1.0 clients must be prevented from
4127   using Keep-Alive when talking to proxies.
4128</t>
4129<t>
4130   However, talking to proxies is the most important use of persistent
4131   connections, so that prohibition is clearly unacceptable. Therefore,
4132   we need some other mechanism for indicating a persistent connection
4133   is desired, which is safe to use even when talking to an old proxy
4134   that ignores Connection. Persistent connections are the default for
4135   HTTP/1.1 messages; we introduce a new keyword (Connection: close) for
4136   declaring non-persistence. See <xref target="header.connection"/>.
4137</t>
4138<t>
4139   The original HTTP/1.0 form of persistent connections (the Connection:
4140   Keep-Alive and Keep-Alive header) is documented in <xref target="RFC2068"/>.
4141</t>
4142</section>
4143
4144<section title="Changes from RFC 2068" anchor="changes.from.rfc.2068">
4145<t>
4146   This specification has been carefully audited to correct and
4147   disambiguate key word usage; RFC 2068 had many problems in respect to
4148   the conventions laid out in <xref target="RFC2119"/>.
4149</t>
4150<t>
4151   Transfer-coding and message lengths all interact in ways that
4152   required fixing exactly when chunked encoding is used (to allow for
4153   transfer encoding that may not be self delimiting); it was important
4154   to straighten out exactly how message lengths are computed. (Sections
4155   <xref target="transfer.codings" format="counter"/>, <xref target="message.length" format="counter"/>,
4156   <xref target="header.content-length" format="counter"/>,
4157   see also <xref target="Part3"/>, <xref target="Part5"/> and <xref target="Part6"/>)
4158</t>
4159<t>
4160   The use and interpretation of HTTP version numbers has been clarified
4161   by <xref target="RFC2145"/>. Require proxies to upgrade requests to highest protocol
4162   version they support to deal with problems discovered in HTTP/1.0
4163   implementations (<xref target="http.version"/>)
4164</t>
4165<t>
4166   Transfer-coding had significant problems, particularly with
4167   interactions with chunked encoding. The solution is that transfer-codings
4168   become as full fledged as content-codings. This involves
4169   adding an IANA registry for transfer-codings (separate from content
4170   codings), a new header field (TE) and enabling trailer headers in the
4171   future. Transfer encoding is a major performance benefit, so it was
4172   worth fixing <xref target="Nie1997"/>. TE also solves another, obscure, downward
4173   interoperability problem that could have occurred due to interactions
4174   between authentication trailers, chunked encoding and HTTP/1.0
4175   clients.(Section <xref target="transfer.codings" format="counter"/>, <xref target="chunked.transfer.encoding" format="counter"/>,
4176   and <xref target="header.te" format="counter"/>)
4177</t>
4178</section>
4179
4180<section title="Changes from RFC 2616" anchor="changes.from.rfc.2616">
4181<t>
4182  The CHAR rule does not allow the NUL character anymore (this affects
4183  the comment and quoted-string rules).
4184  (<xref target="basic.rules"/>)
4185</t>
4186<t>
4187  Clarify that HTTP-Version is case sensitive.
4188  (<xref target="http.version"/>)
4189</t>
4190<t>
4191  Remove reference to non-existant identity transfer-coding value tokens.
4192  (Sections <xref format="counter" target="transfer.codings"/> and
4193  <xref format="counter" target="message.length"/>)
4194</t>
4195<t>
4196  Clarification that the chunk length does not include
4197  the count of the octets in the chunk header and trailer.
4198  (<xref target="chunked.transfer.encoding"/>)
4199</t>
4200<t>
4201  Fix BNF to add query, as the abs_path production in
4202  <xref x:sec="3" x:fmt="of" target="RFC2396"/> doesn't define it.
4203  (<xref target="request-uri"/>)
4204</t>
4205<t>
4206  Clarify exactly when close connection options must be sent.
4207  (<xref target="header.connection"/>)
4208</t>
4209</section>
4210</section>
4211
4212<section title="Change Log (to be removed by RFC Editor before publication)">
4213
4214<section title="Since RFC2616">
4215<t>
4216  Extracted relevant partitions from <xref target="RFC2616"/>.
4217</t>
4218</section>
4219
4220<section title="Since draft-ietf-httpbis-p1-messaging-00">
4221<t>
4222  Closed issues:
4223  <list style="symbols">
4224    <t>
4225      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/1"/>:
4226      "HTTP Version should be case sensitive"
4227      (<eref target="http://purl.org/NET/http-errata#verscase"/>)
4228    </t>
4229    <t>
4230      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/2"/>:
4231      "'unsafe' characters"
4232      (<eref target="http://purl.org/NET/http-errata#unsafe-uri"/>)
4233    </t>
4234    <t>
4235      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/3"/>:
4236      "Chunk Size Definition"
4237      (<eref target="http://purl.org/NET/http-errata#chunk-size"/>)
4238    </t>
4239    <t>
4240      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/4"/>:
4241      "Message Length"
4242      (<eref target="http://purl.org/NET/http-errata#msg-len-chars"/>)
4243    </t>
4244    <t>
4245      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/8"/>:
4246      "Media Type Registrations"
4247      (<eref target="http://purl.org/NET/http-errata#media-reg"/>)
4248    </t>
4249    <t>
4250      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/11"/>:
4251      "URI includes query"
4252      (<eref target="http://purl.org/NET/http-errata#uriquery"/>)
4253    </t>
4254    <t>
4255      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/15"/>:
4256      "No close on 1xx responses"
4257      (<eref target="http://purl.org/NET/http-errata#noclose1xx"/>)
4258    </t>
4259    <t>
4260      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/16"/>:
4261      "Remove 'identity' token references"
4262      (<eref target="http://purl.org/NET/http-errata#identity"/>)
4263    </t>
4264    <t>
4265      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/26"/>:
4266      "Import query BNF"
4267    </t>
4268    <t>
4269      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/31"/>:
4270      "qdtext BNF"
4271    </t>
4272    <t>
4273      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/35"/>:
4274      "Normative and Informative references"
4275    </t>
4276    <t>
4277      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/42"/>:
4278      "RFC2606 Compliance"
4279    </t>
4280    <t>
4281      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/45"/>:
4282      "RFC977 reference"
4283    </t>
4284    <t>
4285      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/46"/>:
4286      "RFC1700 references"
4287    </t>
4288    <t>
4289      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/47"/>:
4290      "inconsistency in date format explanation"
4291    </t>
4292    <t>
4293      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/48"/>:
4294      "Date reference typo"
4295    </t>
4296    <t>
4297      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/65"/>:
4298      "Informative references"
4299    </t>
4300    <t>
4301      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/66"/>:
4302      "ISO-8859-1 Reference"
4303    </t>
4304    <t>
4305      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/86"/>:
4306      "Normative up-to-date references"
4307    </t>
4308  </list>
4309</t>
4310<t>
4311  Other changes:
4312  <list style="symbols">
4313    <t>
4314      Update media type registrations to use RFC4288 template.
4315    </t>
4316    <t>
4317      Use names of RFC4234 core rules DQUOTE and HTAB,
4318      fix broken ABNF for chunk-data
4319      (work in progress on <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>)
4320    </t>
4321  </list>
4322</t>
4323</section>
4324
4325<section title="Since draft-ietf-httpbis-p1-messaging-01">
4326<t>
4327  Closed issues:
4328  <list style="symbols">
4329    <t>
4330      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/19"/>:
4331      "Bodies on GET (and other) requests"
4332    </t>
4333    <t>
4334      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/55"/>:
4335      "Updating to RFC4288"
4336    </t>
4337    <t>
4338      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/57"/>:
4339      "Status Code and Reason Phrase"
4340    </t>
4341    <t>
4342      <eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/82"/>:
4343      "rel_path not used"
4344    </t>
4345  </list>
4346</t>
4347<t>
4348  Ongoing work on ABNF conversion (<eref target="http://www3.tools.ietf.org/wg/httpbis/trac/ticket/36"/>):
4349  <list style="symbols">
4350    <t>
4351      Get rid of duplicate BNF rule names ("host" -> "uri-host", "trailer" ->
4352      "trailer-part").
4353    </t>
4354    <t>
4355      Avoid underscore character in rule names ("http_URL" ->
4356      "http-URL", "abs_path" -> "path-absolute").
4357    </t>
4358    <t>
4359      Add rules for terms imported from URI spec ("absoluteURI", "authority",
4360      "path-absolute", "port", "query", "relativeURI", "host) -- these will
4361      have to be updated when switching over to RFC3986.
4362    </t>
4363    <t>
4364      Synchronize core rules with RFC5234 (this includes a change to CHAR
4365      which now excludes NUL).
4366    </t>
4367    <t>
4368      Get rid of prose rules that span multiple lines.
4369    </t>
4370    <t>
4371      Get rid of unused rules LOALPHA and UPALPHA.
4372    </t>
4373    <t>
4374      Move "Product Tokens" section (back) into Part 1, as "token" is used
4375      in the definition of the Upgrade header.
4376    </t>
4377    <t>
4378      Add explicit references to BNF syntax and rules imported from other parts of the specification.
4379    </t>
4380    <t>
4381      Rewrite prose rule "token" in terms of "tchar", rewrite prose rule "TEXT".
4382    </t>
4383  </list>
4384</t>
4385</section>
4386
4387<section title="Since draft-ietf-httpbis-p1-messaging-02">
4388<t>
4389</t>
4390</section>
4391
4392</section>
4393
4394</back>
4395</rfc>
Note: See TracBrowser for help on using the repository browser.