From 03d452cdf67eede62c018c176f95fcbca2d7ea8c Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 18 Jan 2024 11:06:42 -0800 Subject: [PATCH] initial commits --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a454135..614569b 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,18 @@ The **zarf format** is meant to be both programmer-legible and programmer-friend ## Extension Although **zarf** does _not_ require an extension (since it has magic-bytes), if a file-extension is used for a **zarf** file, it should use the `.zarf` extension (on systems where file-extensions are necessary). +For example: + +`stuff.zarf` ## MIME Type Although **zarf** does _not_ require a MIME-type (since it has magic-bytes), f a MIME-type is used for a **zarf** file, it should use the `multipart/zarf` extension (on systems where file-extensions are necessary). +For example: + +``` +Content-Type: multipart/zarf +``` ## Name