Module http_range

Module http_range 

Source
Expand description

Transport-neutral parsing and normalization for HTTP byte ranges.

Structs§

HttpByteRange
A resolved inclusive byte range for one representation.
HttpByteRangeSet
A bounded, normalized byte-range set for one representation.

Enums§

HttpRangeError
Stable failure categories for byte-range requests.

Functions§

parse_byte_ranges
Parses an RFC 9110 bytes range-set with allocation, work, and raw-input bounds.
parse_single_byte_range
Parses and resolves one RFC byte-range specifier against a representation length.