Changeset 1493 for draft-ietf-httpbis
- Timestamp:
- 14/12/11 23:16:37 (9 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r1489 r1493 359 359 } 360 360 @bottom-center { 361 content: "Expires June 8, 2012";361 content: "Expires June 17, 2012"; 362 362 } 363 363 @bottom-right { … … 411 411 <meta name="dct.creator" content="Reschke, J. F."> 412 412 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p2-semantics-latest"> 413 <meta name="dct.issued" scheme="ISO8601" content="2011-12- 06">413 <meta name="dct.issued" scheme="ISO8601" content="2011-12-15"> 414 414 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> 415 415 <meta name="dct.abstract" content="The Hypertext Transfer Protocol (HTTP) is an application-level protocol for distributed, collaborative, hypertext information systems. HTTP has been in use by the World Wide Web global information initiative since 1990. This document is Part 2 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 2 defines the semantics of HTTP messages as expressed by request methods, request header fields, response status codes, and response header fields."> … … 442 442 </tr> 443 443 <tr> 444 <td class="left">Expires: June 8, 2012</td>444 <td class="left">Expires: June 17, 2012</td> 445 445 <td class="right">HP</td> 446 446 </tr> … … 495 495 <tr> 496 496 <td class="left"></td> 497 <td class="right">December 6, 2011</td>497 <td class="right">December 15, 2011</td> 498 498 </tr> 499 499 </tbody> … … 525 525 in progress”. 526 526 </p> 527 <p>This Internet-Draft will expire on June 8, 2012.</p>527 <p>This Internet-Draft will expire on June 17, 2012.</p> 528 528 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 529 529 <p>Copyright © 2011 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 879 879 "http://without-a-comma.example.com/" 880 880 Example-Date-Field: "Sat, 04 May 1996", "Wed, 14 Sep 2005" 881 </pre><p id="rfc.section.3.1.p.7">Many header fields use a format including (case-insensitively) named parameters (for instance, Content-Type, defined in <a href="p3-payload.html#header.content-type" title="Content-Type">Section 6.8</a> of <a href="#Part3" id="rfc.xref.Part3.1"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a>). Allowing both unquoted (token) and quoted (quoted-string) syntax for the parameter value enables recipients to use existing 881 </pre><p id="rfc.section.3.1.p.7">Note that double quote delimiters almost always are used with the quoted-string production; using a different syntax inside 882 double quotes will likely cause unnecessary confusion. 883 </p> 884 <p id="rfc.section.3.1.p.8">Many header fields use a format including (case-insensitively) named parameters (for instance, Content-Type, defined in <a href="p3-payload.html#header.content-type" title="Content-Type">Section 6.8</a> of <a href="#Part3" id="rfc.xref.Part3.1"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a>). Allowing both unquoted (token) and quoted (quoted-string) syntax for the parameter value enables recipients to use existing 882 885 parser components. When allowing both forms, the meaning of a parameter value ought to be independent of the syntax used for 883 886 it (for an example, see the notes on parameter handling for media types in <a href="p3-payload.html#media.types" title="Media Types">Section 2.3</a> of <a href="#Part3" id="rfc.xref.Part3.2"><cite title="HTTP/1.1, part 3: Message Payload and Content Negotiation">[Part3]</cite></a>). 884 887 </p> 885 <p id="rfc.section.3.1.p. 8">Authors of specifications defining new header fields are advised to consider documenting: </p>888 <p id="rfc.section.3.1.p.9">Authors of specifications defining new header fields are advised to consider documenting: </p> 886 889 <ul> 887 890 <li> … … 3402 3405 </li> 3403 3406 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/312">http://tools.ietf.org/wg/httpbis/trac/ticket/312</a>>: "should there be a permanent variant of 307" 3407 </li> 3408 <li> <<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/329">http://tools.ietf.org/wg/httpbis/trac/ticket/329</a>>: "header field considerations: quoted-string vs use of double quotes" 3404 3409 </li> 3405 3410 </ul> -
draft-ietf-httpbis/latest/p2-semantics.xml
r1489 r1493 544 544 </artwork></figure> 545 545 <t> 546 Note that double quote delimiters almost always are used with the 547 quoted-string production; using a different syntax inside double quotes 548 will likely cause unnecessary confusion. 549 </t> 550 <t> 546 551 Many header fields use a format including (case-insensitively) named 547 552 parameters (for instance, Content-Type, defined in &header-content-type;). … … 4702 4707 "should there be a permanent variant of 307" 4703 4708 </t> 4709 <t> 4710 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/329"/>: 4711 "header field considerations: quoted-string vs use of double quotes" 4712 </t> 4704 4713 </list> 4705 4714 </t>
Note: See TracChangeset
for help on using the changeset viewer.