emilk / ehttp

Minimal Rust HTTP client for both native and WASM
Apache License 2.0
324 stars 30 forks source link

Headers need same key #38

Closed tmtbe closed 10 months ago

tmtbe commented 12 months ago

pub headers: BTreeMap<String, String>

The headers in http requests can have the same key.