Changeset 703 for draft-ietf-httpbis/latest
- Timestamp:
- Sep 27, 2009, 11:22:22 PM (10 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r702 r703 400 400 <meta name="DC.Creator" content="Reschke, J. F."> 401 401 <meta name="DC.Identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 402 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-09-2 7">402 <meta name="DC.Date.Issued" scheme="ISO8601" content="2009-09-28"> 403 403 <meta name="DC.Relation.Replaces" content="urn:ietf:rfc:2616"> 404 404 <meta name="DC.Description.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 1 of the seven-part specification that defines the protocol referred to as "HTTP/1.1" and, taken together, obsoletes RFC 2616. Part 1 provides an overview of HTTP and its associated terminology, defines the "http" and "https" Uniform Resource Identifier (URI) schemes, defines the generic message syntax and parsing requirements for HTTP message frames, and describes general security concerns for implementations."> … … 437 437 </tr> 438 438 <tr> 439 <td class="header left">Expires: March 31, 2010</td>439 <td class="header left">Expires: April 1, 2010</td> 440 440 <td class="header right">H. Frystyk</td> 441 441 </tr> … … 486 486 <tr> 487 487 <td class="header left"></td> 488 <td class="header right">September 2 7, 2009</td>488 <td class="header right">September 28, 2009</td> 489 489 </tr> 490 490 </table> … … 510 510 <p>The list of Internet-Draft Shadow Directories can be accessed at <<a href="http://www.ietf.org/shadow.html">http://www.ietf.org/shadow.html</a>>. 511 511 </p> 512 <p>This Internet-Draft will expire in March 31, 2010.</p>512 <p>This Internet-Draft will expire in April 1, 2010.</p> 513 513 <h1><a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a></h1> 514 514 <p>Copyright © 2009 IETF Trust and the persons identified as the document authors. All rights reserved.</p> … … 816 816 <a href="#rule.quoted-string" class="smpl">obs-text</a> = %x80-FF 817 817 </pre><div id="rule.quoted-pair"> 818 <p id="rfc.section.1.2.2.p.12"> The backslash character ("\") can be used as a single-character quoting mechanism onlywithin quoted-string constructs:</p>818 <p id="rfc.section.1.2.2.p.12"> The backslash character ("\") can be used as a single-character quoting mechanism within quoted-string constructs:</p> 819 819 </div> 820 820 <div id="rfc.figure.u.8"></div><pre class="inline"><span id="rfc.iref.g.21"></span> <a href="#rule.quoted-pair" class="smpl">quoted-pair</a> = "\" ( <a href="#core.rules" class="smpl">WSP</a> / <a href="#core.rules" class="smpl">VCHAR</a> / <a href="#rule.quoted-string" class="smpl">obs-text</a> ) 821 </pre><p id="rfc.section.1.2.2.p.14">Producers <em class="bcp14">SHOULD NOT</em> escape characters that do not require escaping ( DQUOTE and the backslash character).821 </pre><p id="rfc.section.1.2.2.p.14">Producers <em class="bcp14">SHOULD NOT</em> escape characters that do not require escaping (i.e., other than DQUOTE and the backslash character). 822 822 </p> 823 823 <h3 id="rfc.section.1.2.3"><a href="#rfc.section.1.2.3">1.2.3</a> <a id="abnf.dependencies" href="#abnf.dependencies">ABNF Rules defined in other Parts of the Specification</a></h3> … … 1163 1163 ; <a href="#rule.whitespace" class="smpl">OWS</a> / <<a href="#core.rules" class="smpl">VCHAR</a> except "(", ")", and "\"> / <a href="#rule.quoted-string" class="smpl">obs-text</a> 1164 1164 </pre><div id="rule.quoted-cpair"> 1165 <p id="rfc.section.3.2.p.12"> The backslash character ("\") can be used as a single-character quoting mechanism onlywithin comment constructs:</p>1165 <p id="rfc.section.3.2.p.12"> The backslash character ("\") can be used as a single-character quoting mechanism within comment constructs:</p> 1166 1166 </div> 1167 1167 <div id="rfc.figure.u.25"></div><pre class="inline"><span id="rfc.iref.g.41"></span> <a href="#rule.quoted-cpair" class="smpl">quoted-cpair</a> = "\" ( <a href="#core.rules" class="smpl">WSP</a> / <a href="#core.rules" class="smpl">VCHAR</a> / <a href="#rule.quoted-string" class="smpl">obs-text</a> ) 1168 </pre><p id="rfc.section.3.2.p.14">Producers <em class="bcp14">SHOULD NOT</em> escape characters that do not require escaping ( the backslash character "\" and the parentheses "(" and ")").1168 </pre><p id="rfc.section.3.2.p.14">Producers <em class="bcp14">SHOULD NOT</em> escape characters that do not require escaping (i.e., other than the backslash character "\" and the parentheses "(" and ")"). 1169 1169 </p> 1170 1170 <h2 id="rfc.section.3.3"><a href="#rfc.section.3.3">3.3</a> <a id="message.body" href="#message.body">Message Body</a></h2> -
draft-ietf-httpbis/latest/p1-messaging.xml
r702 r703 460 460 <x:anchor-alias value="quoted-pair"/> 461 461 The backslash character ("\") can be used as a single-character 462 quoting mechanism onlywithin quoted-string constructs:462 quoting mechanism within quoted-string constructs: 463 463 </t> 464 464 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-pair"/> … … 467 467 <t> 468 468 Producers &SHOULD-NOT; escape characters that do not require escaping 469 ( DQUOTE and the backslash character).469 (i.e., other than DQUOTE and the backslash character). 470 470 </t> 471 471 </section> … … 1171 1171 <x:anchor-alias value="quoted-cpair"/> 1172 1172 The backslash character ("\") can be used as a single-character 1173 quoting mechanism onlywithin comment constructs:1173 quoting mechanism within comment constructs: 1174 1174 </t> 1175 1175 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="quoted-cpair"/> … … 1178 1178 <t> 1179 1179 Producers &SHOULD-NOT; escape characters that do not require escaping 1180 (the backslash character "\" and the parentheses "(" and ")"). 1180 (i.e., other than the backslash character "\" and the parentheses "(" and 1181 ")"). 1181 1182 </t> 1182 1183 </section>
Note: See TracChangeset
for help on using the changeset viewer.