A multipart files format.
Lines are LF delimited.
The first line denotes the file delimiter.
Every occurrence of the file delimiter surrounded by LF characters denotes the end of a file, and the beginning of a new file.
The last file must be delimited by the file delimiter.
EOF
hello
EOF
world
EOF
-----EOF
hello
-----EOF
world
-----EOF
When combined with hetadata,
becomes very similar to multipart/form-data