diff options
| author | Nayeem Rahman <muhammed.9939@gmail.com> | 2020-01-10 19:29:09 +0000 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2020-01-10 12:29:09 -0700 |
| commit | 9d5f0f2d23b40470c557c50257ca792e6cd1595c (patch) | |
| tree | ab9b893722f72cb1a7a7413c9d19f953ff8c1370 /std/mime/testdata | |
| parent | c4e8ed3c44d645ba9b788e7bf6d1bf98840079a6 (diff) | |
Remove std/multipart (#3647)
since it overlaps with std/mime/multipart
Diffstat (limited to 'std/mime/testdata')
| -rw-r--r-- | std/mime/testdata/sample.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/std/mime/testdata/sample.txt b/std/mime/testdata/sample.txt new file mode 100644 index 000000000..97e9bf553 --- /dev/null +++ b/std/mime/testdata/sample.txt @@ -0,0 +1,27 @@ +----------------------------434049563556637648550474
+content-disposition: form-data; name="foo"
+content-type: application/octet-stream
+
+foo
+----------------------------434049563556637648550474
+content-disposition: form-data; name="bar"
+content-type: application/octet-stream
+
+bar
+----------------------------434049563556637648550474
+content-disposition: form-data; name="file"; filename="tsconfig.json"
+content-type: application/octet-stream
+
+{ + "compilerOptions": { + "target": "es2018", + "baseUrl": ".", + "paths": { + "deno": ["./deno.d.ts"], + "https://*": ["../../.deno/deps/https/*"], + "http://*": ["../../.deno/deps/http/*"] + } + } +} +
+----------------------------434049563556637648550474--
|
