my $type = $mt->mimeTypeOf('picture.jpg');
my @types = $mt->httpAccept('text/html, application/json;q=0.1')
=head1 DESCRIPTION
"MIME Type" is the old name for "Media Type". This module dates fro
t. See RFC2616 section 14.1
example:
my @types = $types->httpAccept('text/html, application/json;q=0.9');
=item $obj-E<gt>B<httpAcceptBest>($accept|\@types, @have)
[2.07] The C<$accept> string
P support">.
example:
my $exts = $types->detect('application/json;q=9');
my $exts = $types->detect('text/html, application/json;q=9');
=item $obj-E<gt>B<file_type>($filename)
Return the mime