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.
I couldn't find anywhere documenting a desire or otherwise a lack of desire for
multipart/form-datasupport.I have a very basic streaming multipart client API in
multipart-asyncnow: https://github.com/abonander/multipart-async/tree/master/src/clientIt's not quite production ready yet though. I want to add several more tests. It's also built against
tokio-ioinstead offutures-io. Whoops.