Changeset 1262 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 07/04/11 01:29:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r1260 r1262 788 788 <t> 789 789 If any of the entity-tags listed in the If-Match field value match 790 the entity-tag of the selected representation for the target resource, 790 (as per <xref target="entity.tag.comparison"/>) the entity-tag of the 791 selected representation for the target resource, 791 792 or if "*" is given and any current representation exists for the 792 793 target resource, then the server &MAY; perform the request method … … 847 848 <t> 848 849 If any of the entity-tags listed in the If-None-Match field-value match 849 the entity-tag of the selected representation, or if "*" is 850 (as per <xref target="entity.tag.comparison"/>) the entity-tag of the 851 selected representation, or if "*" is 850 852 given and any current representation exists for that resource, then the 851 853 server &MUST-NOT; perform the requested method. … … 1726 1728 "untangle ABNFs for header fields" 1727 1729 </t> 1730 <t> 1731 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/269"/>: 1732 "ETags and Quotes" 1733 </t> 1728 1734 </list> 1729 1735 </t>
Note: See TracChangeset
for help on using the changeset viewer.