Changeset 2293
- Timestamp:
- 15/06/13 12:09:47 (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2291 r2293 449 449 } 450 450 @bottom-center { 451 content: "Expires December 1 4, 2013";451 content: "Expires December 17, 2013"; 452 452 } 453 453 @bottom-right { … … 494 494 <meta name="dct.creator" content="Reschke, J. F."> 495 495 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 496 <meta name="dct.issued" scheme="ISO8601" content="2013-06-1 2">496 <meta name="dct.issued" scheme="ISO8601" content="2013-06-15"> 497 497 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 498 498 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. This document defines the semantics of HTTP/1.1 messages, as expressed by request methods, request header fields, response status codes, and response header fields, along with the payload of messages (metadata and body content) and mechanisms for content negotiation."> … … 522 522 <tr> 523 523 <td class="left">Intended status: Standards Track</td> 524 <td class="right">June 1 2, 2013</td>524 <td class="right">June 15, 2013</td> 525 525 </tr> 526 526 <tr> 527 <td class="left">Expires: December 1 4, 2013</td>527 <td class="left">Expires: December 17, 2013</td> 528 528 <td class="right"></td> 529 529 </tr> … … 553 553 in progress”. 554 554 </p> 555 <p>This Internet-Draft will expire on December 1 4, 2013.</p>555 <p>This Internet-Draft will expire on December 17, 2013.</p> 556 556 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 557 557 <p>Copyright © 2013 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 1025 1025 <h4 id="rfc.section.3.1.3.1"><a href="#rfc.section.3.1.3.1">3.1.3.1</a> <a id="language.tags" href="#language.tags">Language Tags</a></h4> 1026 1026 <p id="rfc.section.3.1.3.1.p.1">A language tag, as defined in <a href="#RFC5646" id="rfc.xref.RFC5646.1"><cite title="Tags for Identifying Languages">[RFC5646]</cite></a>, identifies a natural language spoken, written, or otherwise conveyed by human beings for communication of information to 1027 other human beings. Computer languages are explicitly excluded. HTTP uses language tags within the <a href="#header.accept-language" class="smpl">Accept-Language</a> and <a href="#header.content-language" class="smpl">Content-Language</a> fields. 1027 other human beings. Computer languages are explicitly excluded. HTTP uses language tags within the <a href="#header.accept-language" class="smpl">Accept-Language</a> and <a href="#header.content-language" class="smpl">Content-Language</a> header fields. 1028 </p> 1029 <p id="rfc.section.3.1.3.1.p.2"> <a href="#header.accept-language" class="smpl">Accept-Language</a> uses the looser language-range production defined in <a href="#header.accept-language" id="rfc.xref.header.accept-language.1" title="Accept-Language">Section 5.3.5</a>, whereas <a href="#header.content-language" class="smpl">Content-Language</a> uses the stricter language-tag production defined below. 1028 1030 </p> 1029 1031 <div id="rfc.figure.u.10"></div><pre class="inline"><span id="rfc.iref.g.12"></span> <a href="#language.tags" class="smpl">language-tag</a> = <Language-Tag, defined in <a href="#RFC5646" id="rfc.xref.RFC5646.2"><cite title="Tags for Identifying Languages">[RFC5646]</cite></a>, <a href="http://tools.ietf.org/html/rfc5646#section-2.1">Section 2.1</a>> 1030 </pre><p id="rfc.section.3.1.3.1.p. 3">A language tag is composed of one or more parts: a primary language subtag followed by a possibly empty series of subtags.1032 </pre><p id="rfc.section.3.1.3.1.p.4">A language tag is composed of one or more parts: a primary language subtag followed by a possibly empty series of subtags. 1031 1033 White space is not allowed within the tag and all tags are case-insensitive. Example tags include: 1032 1034 </p> 1033 1035 <div id="rfc.figure.u.11"></div><pre class="text"> en, en-US, es-419, az-Arab, x-pig-latin, man-Nkoo-GN 1034 </pre><p id="rfc.section.3.1.3.1.p. 5">See <a href="#RFC5646" id="rfc.xref.RFC5646.3"><cite title="Tags for Identifying Languages">[RFC5646]</cite></a> for further information.1036 </pre><p id="rfc.section.3.1.3.1.p.6">See <a href="#RFC5646" id="rfc.xref.RFC5646.3"><cite title="Tags for Identifying Languages">[RFC5646]</cite></a> for further information. 1035 1037 </p> 1036 1038 <div id="rfc.iref.c.6"></div> … … 1820 1822 <tr> 1821 1823 <td class="left">Accept-Language</td> 1822 <td class="left"><a href="#header.accept-language" id="rfc.xref.header.accept-language. 1" title="Accept-Language">Section 5.3.5</a></td>1824 <td class="left"><a href="#header.accept-language" id="rfc.xref.header.accept-language.2" title="Accept-Language">Section 5.3.5</a></td> 1823 1825 </tr> 1824 1826 </tbody> … … 3699 3701 <td class="left">http</td> 3700 3702 <td class="left">standard</td> 3701 <td class="left"> <a href="#header.accept-language" id="rfc.xref.header.accept-language. 2" title="Accept-Language">Section 5.3.5</a>3703 <td class="left"> <a href="#header.accept-language" id="rfc.xref.header.accept-language.3" title="Accept-Language">Section 5.3.5</a> 3702 3704 </td> 3703 3705 </tr> … … 4509 4511 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/449">http://tools.ietf.org/wg/httpbis/trac/ticket/449</a>>: "Receiving a higher minor HTTP version number" 4510 4512 </li> 4513 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/456">http://tools.ietf.org/wg/httpbis/trac/ticket/456</a>>: "Language-tag vs. language-range" 4514 </li> 4511 4515 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/457">http://tools.ietf.org/wg/httpbis/trac/ticket/457</a>>: "Registering x-gzip and x-deflate" 4512 4516 </li> … … 4580 4584 <li>Accept-Charset header field <a href="#rfc.xref.header.accept-charset.1">5.3</a>, <a href="#rfc.iref.a.2"><b>5.3.3</b></a>, <a href="#rfc.xref.header.accept-charset.2">8.3.2</a>, <a href="#rfc.xref.header.accept-charset.3">B</a></li> 4581 4585 <li>Accept-Encoding header field <a href="#rfc.xref.header.accept-encoding.1">3.1.2.1</a>, <a href="#rfc.xref.header.accept-encoding.2">5.3</a>, <a href="#rfc.iref.a.3"><b>5.3.4</b></a>, <a href="#rfc.xref.header.accept-encoding.3">8.3.2</a>, <a href="#rfc.xref.header.accept-encoding.4">8.4.2</a></li> 4582 <li>Accept-Language header field <a href="#rfc.xref.header.accept-language.1"> 5.3</a>, <a href="#rfc.iref.a.4"><b>5.3.5</b></a>, <a href="#rfc.xref.header.accept-language.2">8.3.2</a></li>4586 <li>Accept-Language header field <a href="#rfc.xref.header.accept-language.1">3.1.3.1</a>, <a href="#rfc.xref.header.accept-language.2">5.3</a>, <a href="#rfc.iref.a.4"><b>5.3.5</b></a>, <a href="#rfc.xref.header.accept-language.3">8.3.2</a></li> 4583 4587 <li>Allow header field <a href="#rfc.xref.header.allow.1">4.1</a>, <a href="#rfc.xref.header.allow.2">7.4</a>, <a href="#rfc.iref.a.5"><b>7.4.1</b></a>, <a href="#rfc.xref.header.allow.3">8.3.2</a>, <a href="#rfc.xref.header.allow.4">B</a></li> 4584 4588 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r2291 r2293 630 630 communication of information to other human beings. Computer languages are 631 631 explicitly excluded. HTTP uses language tags within the 632 <x:ref>Accept-Language</x:ref> and <x:ref>Content-Language</x:ref> fields. 632 <x:ref>Accept-Language</x:ref> and <x:ref>Content-Language</x:ref> 633 header fields. 634 </t> 635 <t> 636 <x:ref>Accept-Language</x:ref> uses the looser language-range production 637 defined in <xref target="header.accept-language"/>, whereas 638 <x:ref>Content-Language</x:ref> uses the stricter language-tag production 639 defined below. 633 640 </t> 634 641 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="language-tag"/> … … 6361 6368 </t> 6362 6369 <t> 6370 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/456"/>: 6371 "Language-tag vs. language-range" 6372 </t> 6373 <t> 6363 6374 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/457"/>: 6364 6375 "Registering x-gzip and x-deflate"
Note: See TracChangeset
for help on using the changeset viewer.