Query: plack::mime
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Plack::MIME(3pm) User Contributed Perl Documentation Plack::MIME(3pm)NAMEPlack::MIME - MIME type registrySYNOPSISuse Plack::MIME; my $mime = Plack::MIME->mime_type(".png"); # image/png # register new type(s) Plack::MIME->add_type(".foo" => "application/x-foo"); # Use MIME::Types as a fallback use MIME::Types 'by_suffix'; Plack::MIME->set_fallback(sub { (by_suffix $_[0])[0] });DESCRIPTIONPlack::MIME is a simple MIME type registry for Plack applications. The selection of MIME types is based on Rack's Rack::Mime module.SEE ALSORack::Mime MIME::Types perl v5.14.2 2012-05-11 Plack::MIME(3pm)
Related Man Pages |
---|
encode::mime::header(3pm) - mojave |
encode::mime::header(3pm) - osx |
dancer::mime(3pm) - debian |
plack::builder(3pm) - debian |
plack::handler::cgi(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Weird 'find' results |
A (ksh) Library For and From UNIX.com |