sfv
sfv copied to clipboard
Structured HTTP field values parsing and serialization. Implementation of RFC 8941 https://httpwg.org/specs/rfc8941.html
Closes #98 Hej folks, as promised in the related issue, I gave a stab at validating the bare items on construction. ~For the moment I have introduced `BareItem::Validated*` variants adjacent...
While I was waiting for the review on #102 I was eager to learn a bit more and found that the date support was a nice hook for me to...
sfv implements parsing validation, per the rules in RFC 8941. For example, Tokens are checked for valid character usage in https://github.com/undef1nd/sfv/blob/master/src/parser.rs#L290 However, I might have missed it but there doesn't...