NAME
Mojo::Script::Fastcgi - FastCGI Script
SYNOPSIS
use Mojo::Script::Fastcgi;
my $fastcgi = Mojo::Script::Fastcgi->new;
$fastcgi->run(@ARGV);
DESCRIPTION
Mojo::Script::Fastcgi is a script interface to Mojo::Server::FastCGI.
ATTRIBUTES
Mojo::Script::FastCGI inherits all attributes from Mojo::Script 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::Script::Fastcgi inherits all methods from Mojo::Script and implements the following new ones.
run
$fastcgi = $fastcgi->run(@ARGV);