Implement multipart file uploads
Open
enhancement
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
I couldn't find anywhere documenting a desire or otherwise a lack of desire for `multipart/form-data` support.
I have a very basic streaming multipart client API in `multipart-async` now: https://github.com/abonander/multipart-async/tree/master/src/client
It's not quite production ready yet though. I want to add several more tests. It's also built against `tokio-io` instead of `futures-io`. Whoops.
Contributor guide
Assessment
This issue has not been assessed yet.