Group
Extension

Matches 1

Dancer2-Plugin-SendAs ( R/RU/RUSSELLJ/Dancer2-Plugin-SendAs-0.002.tar.gz, RUSSELLJ, 2016; MetaCPAN )
Dancer2-Plugin-SendAs/lib/Dancer2/Plugin/SendAs.pm ( view source; MetaCPAN )
  get '/html' => sub {
        send_as html => template 'foo';
    };

    get '/json/**' => sub {
        send_as json => splat;
    };

=head1 DESCRIPTION

This plugin is DEPRECATED. The C<send_as> 

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