mirror of
https://github.com/rjNemo/federation
synced 2026-06-10 12:06:40 +00:00
24 lines
No EOL
487 B
Text
24 lines
No EOL
487 B
Text
User-Agent: foo bar baz
|
|
Content-Type: multipart/form-data; boundary=AaB03x
|
|
|
|
--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-- |