multipart-async
multipart-async copied to clipboard
Multipart requests with an asynchronous API.
Bumps [futures-task](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.21. Release notes Sourced from futures-task's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.21. Release notes Sourced from futures-util's releases. 0.3.21 Fix potential data race in FlattenUnordered that introduced in 0.3.20 (#2566) 0.3.20 Fix stacked borrows violations when...
Hello. I am porting the quoted-string parser [implementation](https://github.com/actix/actix-web/blob/d8a0f46f264dd52a8d17a8c97036dcf9fc717cbb/src/http/header/content_disposition.rs#L337) from actix-web to multipart-async. It will properly parse escaping in quoted string and hence allow double quotes (`"`) in field values (typically,...
Currently, `multipart-async` only seems to support the `tokio::io` traits and not the `futures::io` ones. It might be useful to support both sets of async I/O traits while the community hasn't...
@abonander I really need it, please.