Changeset 2528
- Timestamp:
- 02/01/14 08:11:50 (7 years ago)
- Location:
- draft-ietf-httpbis/latest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p1-messaging.html
r2527 r2528 448 448 } 449 449 @bottom-center { 450 content: "Expires July 5, 2014";450 content: "Expires July 6, 2014"; 451 451 } 452 452 @bottom-right { … … 490 490 <meta name="dct.creator" content="Reschke, J. F."> 491 491 <meta name="dct.identifier" content="urn:ietf:id:draft-ietf-httpbis-p1-messaging-latest"> 492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-0 1">492 <meta name="dct.issued" scheme="ISO8601" content="2014-01-02"> 493 493 <meta name="dct.replaces" content="urn:ietf:rfc:2145"> 494 494 <meta name="dct.replaces" content="urn:ietf:rfc:2616"> … … 519 519 <tr> 520 520 <td class="left">Intended status: Standards Track</td> 521 <td class="right">January 1, 2014</td>521 <td class="right">January 2, 2014</td> 522 522 </tr> 523 523 <tr> 524 <td class="left">Expires: July 5, 2014</td>524 <td class="left">Expires: July 6, 2014</td> 525 525 <td class="right"></td> 526 526 </tr> … … 551 551 in progress”. 552 552 </p> 553 <p>This Internet-Draft will expire on July 5, 2014.</p>553 <p>This Internet-Draft will expire on July 6, 2014.</p> 554 554 </div> 555 555 <div id="rfc.copyrightnotice"> … … 1283 1283 </pre><p id="rfc.section.3.2.p.3">The field-name token labels the corresponding field-value as having the semantics defined by that header field. For example, 1284 1284 the <a href="p2-semantics.html#header.date" class="smpl">Date</a> header field is defined in <a href="p2-semantics.html#header.date" title="Date">Section 7.1.1.2</a> of <a href="#Part2" id="rfc.xref.Part2.9"><cite title="Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content">[Part2]</cite></a> as containing the origination timestamp for the message in which it appears. 1285 </p> 1286 <p id="rfc.section.3.2.p.4">Extraction of field-name/field-value pairs from a message is generic and thus independent of the actual field name. Consequently, 1287 the ABNF specified for each header field only defines the syntax of the field-value (not the whole header-field, as it was 1288 the case in previous revisions of this specification). 1285 1289 </p> 1286 1290 <div id="field.extensibility"> … … 3437 3441 </li> 3438 3442 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/528">http://tools.ietf.org/wg/httpbis/trac/ticket/528</a>>: "Redundant rule quoted-str-nf" 3443 </li> 3444 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/540">http://tools.ietf.org/wg/httpbis/trac/ticket/540</a>>: "clarify ABNF layering" 3439 3445 </li> 3440 3446 <li><<a href="http://tools.ietf.org/wg/httpbis/trac/ticket/541">http://tools.ietf.org/wg/httpbis/trac/ticket/541</a>>: "use of 'word' ABNF production" -
draft-ietf-httpbis/latest/p1-messaging.xml
r2527 r2528 1235 1235 header field is defined in &header-date; as containing the origination 1236 1236 timestamp for the message in which it appears. 1237 </t> 1238 <t> 1239 Extraction of field-name/field-value pairs from a message is generic and 1240 thus independent of the actual field name. Consequently, the ABNF specified 1241 for each header field only defines the syntax of the field-value (not the 1242 whole header-field, as it was the case in previous revisions of this 1243 specification). 1237 1244 </t> 1238 1245 … … 5425 5432 </t> 5426 5433 <t> 5434 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/540"/>: 5435 "clarify ABNF layering" 5436 </t> 5437 <t> 5427 5438 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/541"/>: 5428 5439 "use of 'word' ABNF production"
Note: See TracChangeset
for help on using the changeset viewer.