http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.45k stars 119 forks source link

src: feature flag each backend independently #230

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

No longer has a magic wasm default, wasm must be specified independently.

Opens room for per-backend optimization (such as Isahc singleton).

Fishrock123 commented 3 years ago

@yoshuawuyts This now takes wasm_bindgen into account!