mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-15 01:20:19 +00:00
21 lines
411 B
Plaintext
21 lines
411 B
Plaintext
|
--AaB03x
|
||
|
Content-Disposition: form-data; name="foo"
|
||
|
|
||
|
bar
|
||
|
--AaB03x
|
||
|
Content-Disposition: form-data; name="files"
|
||
|
Content-Type: multipart/mixed, boundary=BbC04y
|
||
|
|
||
|
--BbC04y
|
||
|
Content-Disposition: attachment; filename="file.txt"
|
||
|
Content-Type: text/plain
|
||
|
|
||
|
contents
|
||
|
--BbC04y
|
||
|
Content-Disposition: attachment; filename="flowers.jpg"
|
||
|
Content-Type: image/jpeg
|
||
|
Content-Transfer-Encoding: binary
|
||
|
|
||
|
contents
|
||
|
--BbC04y--
|
||
|
--AaB03x--
|