mojolicious::plugin::poweredby(3pm) debian man page | unix.com

Man Page: mojolicious::plugin::poweredby

Operating Environment: debian

Section: 3pm

Mojolicious::Plugin::PoweredBy(3pm)			User Contributed Perl Documentation		       Mojolicious::Plugin::PoweredBy(3pm)

NAME
Mojolicious::Plugin::PoweredBy - Powered by plugin
SYNOPSIS
# Mojolicious $self->plugin('PoweredBy'); $self->plugin(PoweredBy => (name => 'MyApp 1.0')); # Mojolicious::Lite plugin 'PoweredBy'; plugin PoweredBy => (name => 'MyApp 1.0');
DESCRIPTION
Mojolicious::Plugin::PoweredBy is a plugin that adds an "X-Powered-By" header which defaults to "Mojolicious (Perl)". This is a core plugin, that means it is always enabled and its code a good example for learning to build new plugins, you're welcome to fork it.
OPTIONS
Mojolicious::Plugin::PoweredBy supports the following options. "name" plugin PoweredBy => (name => 'MyApp 1.0'); Value for "X-Powered-By" header.
METHODS
Mojolicious::Plugin::PoweredBy inherits all methods from Mojolicious::Plugin and implements the following new ones. "register" $plugin->register($app, $conf); Register plugin hooks in Mojolicious application.
SEE ALSO
Mojolicious, Mojolicious::Guides, <http://mojolicio.us>. perl v5.14.2 2012-09-05 Mojolicious::Plugin::PoweredBy(3pm)
Related Man Pages
mojolicious::command::generate(3pm) - debian
mojolicious::command::generate::plugin(3pm) - debian
mojolicious::plugin::defaulthelpers(3pm) - debian
mojolicious::plugin::podrenderer(3pm) - debian
mojolicious::routes::match(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Find columns in a file based on header and print to new file
Weird 'find' results
New UNIX and Linux History Sections