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

Issue 2113041: code review 2113041: http: add PostForm function to post url-encoded key/val... (Closed)

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

Description

http: add PostForm function to post url-encoded key/value data. This is a common task, so it makes sense to have a helper to do it. (App Engine doesn't like "Transfer-Encoding: chunked" for POST bodies, which is the default for regular Post.)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -0 lines) Patch
M src/pkg/http/client.go View 2 chunks +44 lines, -0 lines 0 comments Download

Messages

Total messages: 3
adg
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-09-01 06:24:11 UTC) #1
rsc
LGTM
14 years, 11 months ago (2010-09-01 13:28:39 UTC) #2
adg
14 years, 11 months ago (2010-09-02 00:01:50 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=6099f9445dc8 ***

http: add PostForm function to post url-encoded key/value data.

This is a common task, so it makes sense to have a helper to do it.

(App Engine doesn't like "Transfer-Encoding: chunked" for POST
bodies, which is the default for regular Post.)

R=rsc
CC=golang-dev
http://codereview.appspot.com/2113041

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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