Group
Extension

Matches 1

Plack-Middleware-ParseContent ( V/VA/VASEKD/Plack-Middleware-ParseContent-0.09.tar.gz, VASEKD, 2016; MetaCPAN )
Plack-Middleware-ParseContent/lib/Plack/Middleware/ParseContent.pm ( view source; MetaCPAN )
e HTTP::Exception '4XX';

use JSON::XS;
use YAML::Syck;
my $Mime_types;

$YAML::Syck::ImplicitUnicode = 1;

$Mime_types = {
    'application/json'   => sub { &decode_json($_[1]) },
    'text/yaml'    
e::FormatOutput

=back

=head1 CONSTANTS

=head2 DEFAULT MIME TYPES

=over 4

=item * application/json

=item * text/yaml

=item * text/plain

=item * application/x-www-form-urlencoded
	
	As default t

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