NAME
Mojolicious::Plugin::HTTPStatusRenderer - HTTP status renderer plugin
SYNOPSIS
# Mojolicious
$self->plugin('HTTPStatusRenderer');
#Mojolicious::Lite
plugin 'HTTPStatusRenderer';
# start daemon, and
# access http://<host>:<port>/httpstatus/
DESCRIPTION
Mojolicious::Plugin::HTTPStatusRenderer is a renderer for novice Web Programmer, rawr!
OPTIONS
Mojolicious::Plugin::HTTPStatusRenderer supports no options
METHODS
Mojolicious::Plugin::HTTPStatusRenderer inherits all methods from Mojolicious::Plugin and implements the following new ones
register
my $route = $plugin->register(Mojolicious->new);
SEE ALSO
Mojoilcious, Mojolicious::Guides, http://mojolicio.us, Mojolicious::Plugin::PODRenderer, App::httpstatus, http://blog.64p.org/entry/2013/02/21/121830
AUTHOR
turugina <turugina@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.