urlencoded::QueryMap
[−]
[src]
type QueryMap = HashMap<String, Vec<String>>;
Hashmap mapping strings to vectors of strings.
type QueryMap = HashMap<String, Vec<String>>;
Hashmap mapping strings to vectors of strings.