Type Definition urlencoded::QueryMap [] [src]

type QueryMap = HashMap<String, Vec<String>>;

Hashmap mapping strings to vectors of strings.