NAME

Raisin::Response - Response class for Raisin.

SYNOPSIS

my $res = Raisin::Response->new;
$res->status(200);
$res->body('Raisin');
$res->finalize;

DESCRIPTION

Extends Plack::Response.

METHODS

format

serialize

rendered

render

render_error

AUTHOR

Artur Khabibullin - rtkh <at> cpan.org

LICENSE

This module and all the modules in this package are governed by the same license as Perl itself.