emilk / ehttp

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

Headers need same key #38

Closed tmtbe closed 8 months ago

tmtbe commented 9 months ago

pub headers: BTreeMap<String, String>

The headers in http requests can have the same key.