nickelc
afed48cafd
Make multipart an optional feature (default off) ( #1128 )
2021-01-04 13:20:17 -08:00
Jason van den Hurk
53268f2443
Introduce build method on WASM RequestBuilder for compatibility with async_impl ( #1019 )
2020-08-28 10:12:58 -07:00
Jonas Platte
dd8441fd23
wasm: impl TryFrom<HttpRequest<T>> for Request ( #997 )
2020-08-08 15:29:22 -07:00
Jason van den Hurk
83fa93ccaf
Make headers method on WASM client for compatibility with async_impl ( #991 )
...
The replace_headers method had to be moved since the async_impl module
is not compiled while compiling to wasm. This caused the replace_headers
method to be unavailable. fast_random had to be excluded from the wasm
build to prevent dead code warnings in the wasm target.
2020-08-06 15:07:43 -07:00
Enno Boland
a800202384
Add multipart for WASM ( #966 )
2020-07-08 13:10:23 -07:00
Enno Boland
af9fc5c9d8
Implement Request::bearer_auth for wasm32
2020-07-06 15:00:54 -07:00
alianse777
71386d8734
Implement form() and query() for RequestBuilder [WASM] ( #947 )
2020-06-15 07:28:51 -07:00
Paolo Barbolini
d4a88a8d35
Implement RequestBuilder::json for wasm32 target ( #812 )
2020-02-20 10:22:03 -08:00
rhysd
6004623784
Add RequestBuilder::fetch_mode_no_cors()
2020-01-08 11:47:47 -08:00
Gleb Pomykalov
0f32c4a01a
Update to hyper 0.13
2019-12-10 16:24:05 -08:00
John Gallagher
f6f81f9cc1
wasm: Add request body in the form of Bytes ( #696 )
...
* Add body bytes
* Add example and header creation code
2019-11-04 09:17:05 -08:00
Sean McArthur
932defd879
Introduce unstable, incomplete WASM support
2019-09-26 10:01:08 -07:00