Add multipart for WASM (#966)

This commit is contained in:
Enno Boland
2020-07-08 22:10:23 +02:00
committed by GitHub
parent af9fc5c9d8
commit a800202384
7 changed files with 335 additions and 13 deletions

View File

@@ -307,5 +307,5 @@ if_hyper! {
if_wasm! {
mod wasm;
pub use self::wasm::{Body, Client, ClientBuilder, Request, RequestBuilder, Response};
pub use self::wasm::{multipart, Body, Client, ClientBuilder, Request, RequestBuilder, Response};
}