Version 0.0.3
Changelog
- Replace non-async
multipart
crate with asyncmulter
crate - Enable more types to be used with the derive macro (like
Vec<u8>
) - Allow custom types to be used with the derive macro
- Allow invalid utf-8 for both urlencoded and multipart, not just urlencoded
Note: Version 0.0.2 was never released, 0.0.1 is the previous version.