Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(86)

Issue 2985042: code review 2985042: http: Add EncodeQuery, a handy helper function for cons... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by dsymonds
Modified:
14 years, 3 months ago
Reviewers:
CC:
stephenm, rsc, golang-dev
Visibility:
Public.

Description

http: Add EncodeQuery, a handy helper function for constructing URL query strings.

Patch Set 1 #

Patch Set 2 : code review 2985042: http: Add EncodeQuery, a handy helper function for cons... #

Patch Set 3 : code review 2985042: http: Add EncodeQuery, a handy helper function for cons... #

Total comments: 2

Patch Set 4 : code review 2985042: http: Add EncodeQuery, a handy helper function for cons... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -11 lines) Patch
M src/pkg/http/client.go View 3 1 chunk +4 lines, -11 lines 0 comments Download
M src/pkg/http/url.go View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/pkg/http/url_test.go View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 13
dsymonds
Hello stephenm@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 4 months ago (2010-11-09 22:39:56 UTC) #1
rsc
Please merge with urlencode. Russ
14 years, 4 months ago (2010-11-15 21:52:40 UTC) #2
dsymonds
On Tue, Nov 16, 2010 at 8:52 AM, Russ Cox <rsc@golang.org> wrote: > Please merge ...
14 years, 4 months ago (2010-11-15 22:08:35 UTC) #3
dsymonds
ping
14 years, 3 months ago (2010-11-23 23:44:23 UTC) #4
rsc
http://codereview.appspot.com/2985042/diff/7001/src/pkg/http/url.go File src/pkg/http/url.go (right): http://codereview.appspot.com/2985042/diff/7001/src/pkg/http/url.go#newcode522 src/pkg/http/url.go:522: func EncodeQuery(m map[string][]interface{}) string { I'm not okay with ...
14 years, 3 months ago (2010-11-24 01:22:37 UTC) #5
dsymonds
http://codereview.appspot.com/2985042/diff/7001/src/pkg/http/url.go File src/pkg/http/url.go (right): http://codereview.appspot.com/2985042/diff/7001/src/pkg/http/url.go#newcode522 src/pkg/http/url.go:522: func EncodeQuery(m map[string][]interface{}) string { On 2010/11/24 01:22:38, rsc ...
14 years, 3 months ago (2010-11-24 01:54:03 UTC) #6
rsc
>> I'm not okay with this. Why interface{}? What values are okay? Etc. > > ...
14 years, 3 months ago (2010-11-24 02:40:07 UTC) #7
rsc
s/ParseForm/PostForm/ in my last mail
14 years, 3 months ago (2010-11-24 02:43:38 UTC) #8
dsymonds
Okay, you won me over. PTAL.
14 years, 3 months ago (2010-11-24 23:07:46 UTC) #9
dsymonds
ping
14 years, 3 months ago (2010-12-07 03:29:21 UTC) #10
rsc
LGTM
14 years, 3 months ago (2010-12-07 17:56:52 UTC) #11
dsymonds
Can you submit this?
14 years, 3 months ago (2010-12-07 20:43:05 UTC) #12
rsc
14 years, 3 months ago (2010-12-07 20:54:08 UTC) #13
*** Submitted as f25afbb6be5a ***

http: Add EncodeQuery, a handy helper function for constructing URL query
strings.

R=stephenm, rsc
CC=golang-dev
http://codereview.appspot.com/2985042

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b