Group
Extension

Matches 2

MIME-Types ( M/MA/MARKOV/MIME-Types-2.29.tar.gz, MARKOV, 2025; MetaCPAN )
MIME-Types/lib/MIME/Types.pod ( view source; MetaCPAN )
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
MIME-Types ( M/MA/MARKOV/MIME-Types-2.29.tar.gz, MARKOV, 2025; MetaCPAN )
MIME-Types/lib/MojoX/MIME/Types.pod ( view source; MetaCPAN )
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 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.