]> Cypherpunks repositories - gostls13.git/commit
net/http: improve Request.Form and Request.PostForm documentation
authorDavid Ndungu <dnjuguna@gmail.com>
Sat, 27 Jul 2019 20:56:22 +0000 (13:56 -0700)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Tue, 30 Jul 2019 20:49:54 +0000 (20:49 +0000)
commit1ad64fafc889cb17041b03b10f8af30ae534dfeb
treedc1a8770f4823517da9286eaba52d9dcfc54810b
parent5f8d8161e66bda5fa9559648f7793e96885c89e3
net/http: improve Request.Form and Request.PostForm documentation

Request.PostForm gets populated with form data for PATCH, POST, or PUT
http verbs.

Change-Id: I33065aa78a8470c4e9490aac830aa6f5963c61cb
Reviewed-on: https://go-review.googlesource.com/c/go/+/187821
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/net/http/request.go