The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dancer2::Core::Role::Response - A role defining respones

VERSION

version 0.159003

DESCRIPTION

This role defines how a Dancer2 response should behave. Currently it only supports a single check: to_psgi.

A Dancer2 response object must provide the to_psgi method.

AUTHOR

Dancer Core Developers

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Alexis Sukrieh.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.