parse_range_headers

Crates.ioparse_range_headers
lib.rsparse_range_headers
version0.1.0
sourcesrc
created_at2021-11-24 16:07:58.247755
updated_at2021-11-24 16:07:58.247755
descriptionNo-dep range header parser
homepagehttps://github.com/MarcusGrass/parse-range-headers
repositoryhttps://github.com/MarcusGrass/parse-range-headers
max_upload_size
id486888
size29,340
(MarcusGrass)

documentation

README

Range header parsing

Latest workflow

The main goal of this crate is to supply a stable parser with no dependencies that can accurately parse range headers, compliant with RFC-7233, and MDN.

Secondary goals are being fast and able to supply error information which could be propagated to the client if wanted.

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.

Commit count: 24

cargo fmt