initial commits
parent
6121991749
commit
03d452cdf6
|
@ -11,10 +11,18 @@ The **zarf format** is meant to be both programmer-legible and programmer-friend
|
||||||
## Extension
|
## 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).
|
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
|
## 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).
|
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
|
## Name
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue