]> Cypherpunks repositories - gostls13.git/commit
http: Add EncodeQuery, a handy helper function for constructing URL query strings.
authorDavid Symonds <dsymonds@golang.org>
Tue, 7 Dec 2010 20:54:04 +0000 (15:54 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 7 Dec 2010 20:54:04 +0000 (15:54 -0500)
commitae2495c5b03718a413a457410d48f72e25b915f3
tree05a43e97b1689dec87b0e633d1299900fc0bad71
parent70deac67cfa559cff70f040b0f4ff0ea674fd1e8
http: Add EncodeQuery, a handy helper function for constructing URL query strings.

R=stephenm, rsc
CC=golang-dev
https://golang.org/cl/2985042
src/pkg/http/client.go
src/pkg/http/url.go
src/pkg/http/url_test.go