Mojo::Command::Fastcgi(3) FastCGI Command

SYNOPSIS


use Mojo::Command::Fastcgi;
my $fastcgi = Mojo::Command::Fastcgi->new;
$fastcgi->run;

DESCRIPTION

Mojo::Command::Fastcgi is a command interface to Mojo::Server::FastCGI.

ATTRIBUTES

Mojo::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.

METHODS

Mojo::Command::Fastcgi inherits all methods from Mojo::Command and implements the following new ones.

run

    $fastcgi = $fastcgi->run;

Run this command.