Struct tauri_runtime::http::HttpRange [−][src]
Expand description
HTTP Range header representation.
Fields
start: u64
length: u64
Implementations
Parses Range HTTP header string as per RFC 2616.
header
is HTTP Range header (e.g. bytes=bytes=0-9
).
size
is full size of response (file).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HttpRange
impl UnwindSafe for HttpRange
Blanket Implementations
Mutably borrows from an owned value. Read more