emilk / ehttp

Minimal Rust HTTP client for both native and WASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Headers need same key

tmtbe opened this issue · comments

pub headers: BTreeMap<String, String>

The headers in http requests can have the same key.