Mojolicious::Command::Fastcgi
НАЗВАНИЕ
Mojolicious::Command::Fastcgi - FastCGI Command
КРАТКИЙ ОБЗОР
use Mojolicious::Command::Fastcgi; my $fastcgi = Mojolicious::Command::Fastcgi->new; $fastcgi->run;
ОПИСАНИЕ
Mojolicious::Command::Fastcgi is a command interface to Mojo::Server::FastCGI.
АТРИБУТЫ
Mojolicious::Command::Fastcgi inherits all attributes from Mojo::Command and implements the following new ones.
description
my $description = $fastcgi->description; $fastcgi = $fastcgi->description('Foo!');
Short description of this command, used for the command list.
usage
my $usage = $fastcgi->usage; $fastcgi = $fastcgi->usage('Foo!');
Usage information for this command, used for the help screen.
МЕТОДЫ
Mojolicious::Command::Fastcgi inherits all methods from Mojo::Command and implements the following new ones.
run
$fastcgi = $fastcgi->run;
Run this command.