commit | 9b64fef71acf71175bc74e2d04ea7fc0a011b03b | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <brad@danga.com> | Wed Jul 14 17:26:14 2010 -0700 |
committer | Russ Cox <rsc@golang.org> | Wed Jul 14 17:26:14 2010 -0700 |
tree | f3921ff64154fc3d50cbb810e255d10ad44d5634 | |
parent | e9bcbc539890020668cbd361a0d8edbb8f6ab8a1 [diff] |
mime/multipart and HTTP multipart/form-data support Somewhat of a work-in-progress (in that MIME is a large spec), but this is functional and enough for discussion and/or code review. In addition to the unit tests, I've tested with curl and Chrome with a variety of test files, making sure the digests of files are unaltered when read via a multipart Part. R=rsc, adg, dsymonds1, agl1 CC=golang-dev https://golang.org/cl/1681049