diff options
| author | Brad Fitzpatrick <brad@danga.com> | 2010-07-14 17:26:14 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-07-14 17:26:14 -0700 |
| commit | 9b64fef71acf71175bc74e2d04ea7fc0a011b03b (patch) | |
| tree | f3921ff64154fc3d50cbb810e255d10ad44d5634 /src/pkg/Makefile | |
| parent | e9bcbc539890020668cbd361a0d8edbb8f6ab8a1 (diff) | |
| download | go-9b64fef71acf71175bc74e2d04ea7fc0a011b03b.tar.xz | |
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
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index e489b71d47..d43174f651 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -94,6 +94,7 @@ DIRS=\ log\ math\ mime\ + mime/multipart\ net\ netchan\ nntp\ |
