Brad Fitzpatrick 6a876283c8 http: change most map[string][]string types to new Values type
This replaces most the map[string][]string usage with
a new Values type name, with the usual methods.

It also changes client.PostForm to take a Values, rather
than a map[string]string, closing a TODO in the code.

R=rsc
CC=golang-dev
https://golang.org/cl/4532123
2011-06-08 13:38:20 -07:00
..
2011-03-23 16:29:40 +11:00
2011-03-29 01:12:39 -04:00
2009-12-30 15:30:57 -08:00