]> Cypherpunks repositories - gostls13.git/commit
net/http: Improve docs for Response.ParseForm
authorCarl Johnson <me@carlmjohnson.net>
Wed, 26 Oct 2016 02:35:01 +0000 (22:35 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 26 Oct 2016 22:25:23 +0000 (22:25 +0000)
commit117c9c35cde8444d26db91bfa8346dde252989b1
tree5145d30cdbd2fb9f71ebe752af406794fbc49b09
parent03361fd350d4e3b53093bced838504b77e8775c7
net/http: Improve docs for Response.ParseForm

- Removes a subject-verb disagreement.
- Documents that PATCH requests also populate PostForm.
- Explains that r.PostForm is always set (but blank for GET etc.).

Fixes #16609

Change-Id: I6b4693f8eb6db7c66fd9b9cd1df8927f50d46d50
Reviewed-on: https://go-review.googlesource.com/32091
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/request.go