Description
Provides basic types and functions for handling MIME types in Haskell. MIME types identify content formats such as text/html, image/png, or application/json.
This is useful for web servers, upload handling, file processing, email generation, and APIs that need to label content correctly. It is a support library and has no standalone interface.