0.1.0 Nov 24, 2021

#32 in #http-parser

MIT license

29KB
583 lines

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.

No runtime deps