| Mojolicious documentation | view source | Contained in the Mojolicious distribution. |
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.
Mojolicious, Mojolicious::Guides, http://mojolicio.us.
| Mojolicious documentation | view source | Contained in the Mojolicious distribution. |