0.1.0 |
|
---|
#34 in #http-parser
29KB
583 lines
Range header parsing
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.