NAME

Enum::Declare::Common::MIME - Common MIME type constants

SYNOPSIS

use Enum::Declare::Common::MIME;

say ApplicationJson;  # "application/json"
say ImagePng;         # "image/png"
say TextHtml;         # "text/html"

my $meta = Type();
ok($meta->valid('application/json'));

ENUMS

Type :Str :Export

48 common MIME types covering text, application, image, audio, video, multipart, and font categories.

AUTHOR

LNATION <email@lnation.org>

LICENSE AND COPYRIGHT

Copyright 2026 LNATION. Artistic License 2.0.