From b6a22376013ca54a678998ee544c57459eeeb3f9 Mon Sep 17 00:00:00 2001 From: blek Date: Wed, 3 Jan 2024 13:47:21 +1000 Subject: [PATCH] clarify what a MIME type is --- SPEC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SPEC.md b/SPEC.md index f162d09..b73b8e8 100644 --- a/SPEC.md +++ b/SPEC.md @@ -12,6 +12,7 @@ This document also uses the following terminology: | --- | --- | | SHA256(x) | An `x` value hashed via the SHA256 hashing function. | | base64 | The base64 data encoding format, which is described in [RFC4648](https://www.rfc-editor.org/rfc/rfc4648) | +| MIME type | The MIME file type, as described in [RFC2045](https://www.rfc-editor.org/rfc/rfc2045) | # NAMING This section is more of a convention rather than a requirement.