Crates.io | http-range-header |
lib.rs | http-range-header |
version | 0.4.1 |
source | src |
created_at | 2021-11-25 09:12:33.415128 |
updated_at | 2024-05-03 13:14:38.677787 |
description | No-dep range header parser |
homepage | https://github.com/MarcusGrass/parse-range-headers |
repository | https://github.com/MarcusGrass/parse-range-headers |
max_upload_size | |
id | 487498 |
size | 35,193 |
The main goals of this parser is:
Secondary goals are:
The parser is strict. Any range where all parts are not syntactically correct and makes sense in the context of the underlying resource will be rejected.
cargo +nightly fuzz run random_string_input
, at least a minute should be good enough. If it doesn't
error out it has passed.