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>