The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.