
Dancer::HTTP - helper for rendering HTTP status codes for Dancer

Helper for rendering HTTP status codes for Dancer

The following codes/aliases are understood by any status() call made from a Dancer script.
returns 200 OK, alias : 'ok'
returns 403 Forbidden, alias 'forbidden'
returns 404 Not Found, alias : 'not_found'
returns 500 Internal Server Error, alias: 'error'

This module has been written by Alexis Sukrieh <sukria@cpan.org>

The source code for this module is hosted on GitHub http://github.com/sukria/Dancer

This module is free software and is published under the same terms as Perl itself.