reqwest-cross

Crates.ioreqwest-cross
lib.rsreqwest-cross
version0.3.1
sourcesrc
created_at2023-04-24 22:53:08.151145
updated_at2024-06-13 11:24:09.901762
descriptionWrapper around reqwest for use in both native and wasm
homepage
repositoryhttps://github.com/c-git/reqwest-cross
max_upload_size
id847992
size67,053
One (c-git)

documentation

https://docs.rs/reqwest-cross

README

reqwest-cross

Wrapper around reqwest for ease of use in applications that target BOTH native and wasm but do not want to block in the calling task (eg. A UI thread). Inspired by ehttp but uses reqwest instead. Doesn't provide much value if you're only targeting one or the other because request does that pretty well, see their wasm example.

License

All code in this repository is dual-licensed under either:

at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both as noted in this issue on Bevy's repo.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 114

cargo fmt