]> Cypherpunks repositories - gostls13.git/commit
http: add MultipartForm, FormFile, and ParseMultipartForm to Request
authorAndrew Gerrand <adg@golang.org>
Thu, 28 Apr 2011 05:21:54 +0000 (15:21 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 28 Apr 2011 05:21:54 +0000 (15:21 +1000)
commit200bd0a057851a2569b1049229771bab20dd0809
tree894d8f3ec458b3778454a98727177fbecca8dd11
parentba43be30c4786c52c12a290fe397b83bdc558cfc
http: add MultipartForm, FormFile, and ParseMultipartForm to Request

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/4431068
src/pkg/http/request.go
src/pkg/http/request_test.go
src/pkg/http/server.go