commit | 6a876283c8c5a832d49bcca7ea1f4b671aef2448 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jun 08 13:38:20 2011 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Wed Jun 08 13:38:20 2011 -0700 |
tree | e65e4e6a38ee7b272a6be6e8f7d644ebdf3df182 | |
parent | 013cfea362fabbe52bb5aa873ec4ed0868d0fbe6 [diff] |
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