From 9b64fef71acf71175bc74e2d04ea7fc0a011b03b Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Wed, 14 Jul 2010 17:26:14 -0700 Subject: 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 --- src/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/Makefile') 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\ -- cgit v1.3-5-g9baa