The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojo::Command::Fastcgi - FastCGI Command

SYNOPSIS

    use Mojo::Command::Fastcgi;

    my $fastcgi = Mojo::Command::Fastcgi->new;
    $fastcgi->run(@ARGV);

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!');

usage

    my $usage = $fastcgi->usage;
    $fastcgi  = $fastcgi->usage('Foo!');

METHODS

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

run

    $fastcgi = $fastcgi->run(@ARGV);