surf 1.0.3

HTTP client framework.
Documentation
1
2
3
4
5
#[cfg(all(feature = "curl-client", not(target_arch = "wasm32")))]
pub(crate) use super::isahc::IsahcClient as NativeClient;

#[cfg(all(feature = "wasm-client", target_arch = "wasm32"))]
pub(crate) use super::wasm::WasmClient as NativeClient;