| Crates.io | http-range-header |
| lib.rs | http-range-header |
| version | 0.4.2 |
| created_at | 2021-11-25 09:12:33.415128+00 |
| updated_at | 2024-11-28 12:38:42.267978+00 |
| 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,578 |
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.