]> Cypherpunks repositories - gostls13.git/commit
mime/multipart: add ReadForm and associated types
authorAndrew Gerrand <adg@golang.org>
Thu, 28 Apr 2011 03:14:35 +0000 (13:14 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 28 Apr 2011 03:14:35 +0000 (13:14 +1000)
commit33ca16d616c93510b15e64c377d79112fae7c2f7
treefe623f3404e5c31d6753d43a9ce6c9b4100c198c
parentbb1ec0dfc8303e5fe3c1b2549d124ee2fed1faee
mime/multipart: add ReadForm and associated types

R=brad_danga_com, rsc, dfc, r, dchest, bradfitz
CC=golang-dev
https://golang.org/cl/4439075
src/pkg/mime/multipart/Makefile
src/pkg/mime/multipart/formdata.go [new file with mode: 0644]
src/pkg/mime/multipart/formdata_test.go [new file with mode: 0644]
src/pkg/mime/multipart/multipart.go