About MIME types
The and headers use MIME types to specify the type of message content.There are basic MIME types for simple files and web formats: , , , , , , ...There are MIME types for all known file formats: , , , , , , ...There are specific MIME types related to browsers and APIs: , , , ...Sometimes, extra information are added to a type. Text format can have a charset specification:
See: RFC-2045, RFC-2046, RFC-2047, RFC-4288, RFC-4289, RFC-2049; and MDN: MIME type |
Examples:
Content-Type: text/plain;charset=utf-8
Comments
Related