This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Release 2.0.0
New Features
- Preconfigured custom parser can be constructed by
newHthvParser()function. - New custom parsers:
hthvParseCommented()to parse header values including comments,hthvParseDirectives()to parse directives with space-separated parameters,hthvParseSemiSep()to parse semicolon-separated items without parameters,hthvParseURIs()to parse URIs without parameters.
- Angle-bracketed strings support.
Breaking Changes
- Comments are not recognized by default.
Acommentoption may be passed to parser configuration. OrhthvParseCommented()can be used instead.