Changeset 229 for draft-ietf-httpbis/latest/p4-conditional.xml
- Timestamp:
- 02/03/08 17:21:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p4-conditional.xml
r228 r229 254 254 255 255 <section title="Notational Conventions and Generic Grammar" anchor="notation"> 256 <x:anchor-alias value="quoted-string"/> 256 257 <t> 257 258 This specification uses the ABNF syntax defined in ¬ation-abnf; and … … 261 262 </t> 262 263 <figure><artwork type="abnf2616"> 263 quoted-string= <quoted-string, defined in &basic-rules;>264 <x:ref>quoted-string</x:ref> = <quoted-string, defined in &basic-rules;> 264 265 </artwork></figure> 265 266 <t anchor="abnf.dependencies"> 267 <x:anchor-alias value="HTTP-date"/> 266 268 The ABNF rules below are defined in other parts: 267 269 </t> 268 270 <figure><!--Part1--><artwork type="abnf2616"> 269 HTTP-date= <HTTP-date, defined in &full-date;>271 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &full-date;> 270 272 </artwork></figure> 271 273 </section> 272 274 273 275 <section title="Entity Tags" anchor="entity.tags"> 276 <x:anchor-alias value="entity-tag"/> 277 <x:anchor-alias value="opaque-tag"/> 278 <x:anchor-alias value="weak"/> 274 279 <t> 275 280 Entity tags are used for comparing two or more entities from the same … … 282 287 </t> 283 288 <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"/> 284 entity-tag = [ weak ] opaque-tag285 weak= "W/"286 opaque-tag = quoted-string289 <x:ref>entity-tag</x:ref> = [ <x:ref>weak</x:ref> ] <x:ref>opaque-tag</x:ref> 290 <x:ref>weak</x:ref> = "W/" 291 <x:ref>opaque-tag</x:ref> = <x:ref>quoted-string</x:ref> 287 292 </artwork></figure> 288 293 <t> … … 617 622 <iref primary="true" item="ETag header" x:for-anchor=""/> 618 623 <iref primary="true" item="Headers" subitem="ETag" x:for-anchor=""/> 624 <x:anchor-alias value="ETag"/> 619 625 <t> 620 626 The ETag response-header field provides the current value of the … … 627 633 </t> 628 634 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="ETag"/> 629 ETag = "ETag" ":" entity-tag635 <x:ref>ETag</x:ref> = "ETag" ":" <x:ref>entity-tag</x:ref> 630 636 </artwork></figure> 631 637 <figure><preamble> … … 659 665 <iref primary="true" item="If-Match header" x:for-anchor=""/> 660 666 <iref primary="true" item="Headers" subitem="If-Match" x:for-anchor=""/> 667 <x:anchor-alias value="If-Match"/> 661 668 <t> 662 669 The If-Match request-header field is used with a method to make it … … 672 679 </t> 673 680 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Match"/> 674 If-Match = "If-Match" ":" ( "*" | 1#entity-tag)681 <x:ref>If-Match</x:ref> = "If-Match" ":" ( "*" | 1#<x:ref>entity-tag</x:ref> ) 675 682 </artwork></figure> 676 683 <t> … … 729 736 <iref primary="true" item="If-Modified-Since header" x:for-anchor=""/> 730 737 <iref primary="true" item="Headers" subitem="If-Modified-Since" x:for-anchor=""/> 738 <x:anchor-alias value="If-Modified-Since"/> 731 739 <t> 732 740 The If-Modified-Since request-header field is used with a method to … … 737 745 </t> 738 746 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Modified-Since"/> 739 If-Modified-Since = "If-Modified-Since" ":" HTTP-date747 <x:ref>If-Modified-Since</x:ref> = "If-Modified-Since" ":" <x:ref>HTTP-date</x:ref> 740 748 </artwork></figure> 741 749 <t> … … 810 818 <iref primary="true" item="If-None-Match header" x:for-anchor=""/> 811 819 <iref primary="true" item="Headers" subitem="If-None-Match" x:for-anchor=""/> 820 <x:anchor-alias value="If-None-Match"/> 812 821 <t> 813 822 The If-None-Match request-header field is used with a method to make … … 826 835 </t> 827 836 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-None-Match"/> 828 If-None-Match = "If-None-Match" ":" ( "*" | 1#entity-tag)837 <x:ref>If-None-Match</x:ref> = "If-None-Match" ":" ( "*" | 1#<x:ref>entity-tag</x:ref> ) 829 838 </artwork></figure> 830 839 <t> … … 889 898 <iref primary="true" item="If-Unmodified-Since header" x:for-anchor=""/> 890 899 <iref primary="true" item="Headers" subitem="If-Unmodified-Since" x:for-anchor=""/> 900 <x:anchor-alias value="If-Unmodified-Since"/> 891 901 <t> 892 902 The If-Unmodified-Since request-header field is used with a method to … … 902 912 </t> 903 913 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Unmodified-Since"/> 904 If-Unmodified-Since = "If-Unmodified-Since" ":" HTTP-date914 <x:ref>If-Unmodified-Since</x:ref> = "If-Unmodified-Since" ":" <x:ref>HTTP-date</x:ref> 905 915 </artwork></figure> 906 916 <t> … … 928 938 <iref primary="true" item="Last-Modified header" x:for-anchor=""/> 929 939 <iref primary="true" item="Headers" subitem="Last-Modified" x:for-anchor=""/> 940 <x:anchor-alias value="Last-Modified"/> 930 941 <t> 931 942 The Last-Modified entity-header field indicates the date and time at … … 933 944 </t> 934 945 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Last-Modified"/> 935 Last-Modified = "Last-Modified" ":" HTTP-date946 <x:ref>Last-Modified</x:ref> = "Last-Modified" ":" <x:ref>HTTP-date</x:ref> 936 947 </artwork></figure> 937 948 <t>
Note: See TracChangeset
for help on using the changeset viewer.