baraka v1.2.0 Release Notes
Release Date: 2020-12-04 // over 2 years ago-
code is now more meaningful
โ added available slices mechanism to use remaining []byte from the filtered parts
โ added MaxParseCount variable to limit parse loop
filter function now gets a []byte as a parameter
๐ Storage removed
๐ Marshaler removed
โ removed Header related things from parser.Parse function,
โ added Part struct to access data easily
โ added NewParser function,
๐ Options renamed to ParserOptions,
๐ Parse method removed from Options,
๐ Options struct not implements Parser anymore, parser implements Parser interface now,
๐ parser can be created with NewParser function,
now using Part struct instead of Header,
not using Parts struct anymore, now using Request struct.