Changeset 135 for draft-ietf-httpbis/latest/p5-range.xml
- Timestamp:
- 01/01/08 17:15:17 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p5-range.xml
r131 r135 231 231 </t> 232 232 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="range-unit"/><iref primary="true" item="Grammar" subitem="bytes-unit"/><iref primary="true" item="Grammar" subitem="other-range-unit"/> 233 234 235 233 range-unit = bytes-unit | other-range-unit 234 bytes-unit = "bytes" 235 other-range-unit = token 236 236 </artwork></figure> 237 237 <t> … … 364 364 </t> 365 365 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Accept-Ranges"/><iref primary="true" item="Grammar" subitem="acceptable-ranges"/> 366 367 366 Accept-Ranges = "Accept-Ranges" ":" acceptable-ranges 367 acceptable-ranges = 1#range-unit | "none" 368 368 </artwork></figure> 369 369 <t> … … 399 399 </t> 400 400 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Content-Range"/><iref primary="true" item="Grammar" subitem="content-range-spec"/><iref primary="true" item="Grammar" subitem="byte-content-range-spec"/><iref primary="true" item="Grammar" subitem="byte-range-resp-spec"/><iref primary="true" item="Grammar" subitem="instance-length"/> 401 402 403 404 405 406 407 408 409 410 401 Content-Range = "Content-Range" ":" content-range-spec 402 403 content-range-spec = byte-content-range-spec 404 byte-content-range-spec = bytes-unit SP 405 byte-range-resp-spec "/" 406 ( instance-length | "*" ) 407 408 byte-range-resp-spec = (first-byte-pos "-" last-byte-pos) 409 | "*" 410 instance-length = 1*DIGIT 411 411 </artwork></figure> 412 412 <t> … … 542 542 </t> 543 543 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="If-Range"/> 544 544 If-Range = "If-Range" ":" ( entity-tag | HTTP-date ) 545 545 </artwork></figure> 546 546 <t> … … 582 582 </t> 583 583 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="ranges-specifier"/><iref primary="true" item="Grammar" subitem="byte-ranges-specifier"/><iref primary="true" item="Grammar" subitem="byte-range-set"/><iref primary="true" item="Grammar" subitem="byte-range-spec"/><iref primary="true" item="Grammar" subitem="first-byte-pos"/><iref primary="true" item="Grammar" subitem="last-byte-pos"/> 584 585 586 587 588 589 584 ranges-specifier = byte-ranges-specifier 585 byte-ranges-specifier = bytes-unit "=" byte-range-set 586 byte-range-set = 1#( byte-range-spec | suffix-byte-range-spec ) 587 byte-range-spec = first-byte-pos "-" [last-byte-pos] 588 first-byte-pos = 1*DIGIT 589 last-byte-pos = 1*DIGIT 590 590 </artwork></figure> 591 591 <t> … … 613 613 </t> 614 614 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="suffix-byte-range-spec"/><iref primary="true" item="Grammar" subitem="suffix-length"/> 615 616 615 suffix-byte-range-spec = "-" suffix-length 616 suffix-length = 1*DIGIT 617 617 </artwork></figure> 618 618 <t> … … 667 667 </t> 668 668 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Range"/> 669 669 Range = "Range" ":" ranges-specifier 670 670 </artwork></figure> 671 671 <t>
Note: See TracChangeset
for help on using the changeset viewer.