Changeset 135 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 01/01/08 17:15:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r129 r135 237 237 </t> 238 238 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="entity-tag"/><iref primary="true" item="Grammar" subitem="weak"/><iref primary="true" item="Grammar" subitem="opaque-tag"/> 239 240 241 239 entity-tag = [ weak ] opaque-tag 240 weak = "W/" 241 opaque-tag = quoted-string 242 242 </artwork></figure> 243 243 <t> … … 582 582 </t> 583 583 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="ETag"/> 584 584 ETag = "ETag" ":" entity-tag 585 585 </artwork></figure> 586 586 <figure><preamble> … … 610 610 </t> 611 611 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Match"/> 612 612 If-Match = "If-Match" ":" ( "*" | 1#entity-tag ) 613 613 </artwork></figure> 614 614 <t> … … 675 675 </t> 676 676 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Modified-Since"/> 677 677 If-Modified-Since = "If-Modified-Since" ":" HTTP-date 678 678 </artwork></figure> 679 679 <t> … … 764 764 </t> 765 765 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-None-Match"/> 766 766 If-None-Match = "If-None-Match" ":" ( "*" | 1#entity-tag ) 767 767 </artwork></figure> 768 768 <t> … … 840 840 </t> 841 841 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Unmodified-Since"/> 842 842 If-Unmodified-Since = "If-Unmodified-Since" ":" HTTP-date 843 843 </artwork></figure> 844 844 <t> … … 871 871 </t> 872 872 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Last-Modified"/> 873 873 Last-Modified = "Last-Modified" ":" HTTP-date 874 874 </artwork></figure> 875 875 <t>
Note: See TracChangeset
for help on using the changeset viewer.