From 87b8ccdca727c75bd270fd5e918376482ca7ecf0 Mon Sep 17 00:00:00 2001 From: Jadson Lucena Date: Wed, 8 Jun 2022 10:08:10 -0300 Subject: [PATCH] docs: what is --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 018693c..d0362f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # MimeTypes This is a comprehensive compilation of MIME types that is periodically updated through the following projects: [Apache](https://github.com/apache/httpd/blob/trunk/docs/conf/mime.types), [NGINX](https://github.com/nginx/nginx/blob/master/conf/mime.types), [IANA](https://www.iana.org/assignments/media-types/media-types.xhtml) and [Debian](https://salsa.debian.org/debian/media-types/-/blob/master/mime.types) + + +## What is +A file's extension has no meaning on the web. In order for the client to interpret the document correctly, the MIME type must be sent in the Content-Type header.