Skip to content

Tags: rwf2/multer

Tags

v3.1.0

Bump to 3.1.0.

v3.0.0

Bump to 3.0.0.

v2.0.4

Bump version to 2.0.4.

v2.0.3

Bump version to 2.0.3.

v2.0.2

Changes

- Replaced twoway crate with memchr

v2.0.1

Improvemnts

- Added "multipart" keyword, PR: #37

v2.0.0

Bugfixes

- Fixed multipart stream is incomplete issue
- Some other minor bug fix

Improvements
- Some internal breaking code changes

v1.2.2

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Bugfixes

- Use std::u64::MAX instead of u64::MAX

v1.2.1

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Improvements

- Added support for utf8 encoded field name and file name

v1.2.0

Verified

This tag was signed with the committer’s verified signature.
rousan Rousan Ali
Improvements

- Used `u64` as content-length instead of `usize`