v0.9.0
This version introduces multiple breaking changes. Please read the following notes carefully.
- Parsing is now done using
MessageParser, which allows to customize the parsing process. - Added parser for
Receivedheaders. - Added
MessageParser::parse_headersfunction to parse only the headers of a message. - Removed
RfcHeaderenum, now all headers are represented usingHeaderName. - All address types are now stored in the
HeaderValue::Addressvariant using theAddressenum. - Renamed the
as_prefix toto_in some functions.