A website I'm trying to scrape with Colly relies on having multiple values by the same key. This is supported by url.Values and it's what createFormReader uses, but we're limited from using duplicate key values by forcing everything to be a map[string]string before making a url.Values.