Dancer2::Core::Role::StandardResponses
Role to provide commonly used responses
- Provided by: libdancer2-perl (Version: 0.11+dfsg-1)
- Report a bug
Role to provide commonly used responses
version 0.11
Generic method that produces a response in the context given with a code and a message:
$self->response( $ctx, 404, "not found" );
Produces a 400 response in the context given.
Produces a 404 response in the context given.
Produces a 403 response in the context given.
Dancer Core Developers
This software is copyright (c) 2013 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.