Mojolicious::Command::fastcgi

Section: User Contributed Perl Documentation (3pm)
Updated: 2022-06-15
Index Return to Main Contents
 

NAME

Mojolicious::Command::fastcgi - FastCGI Command  

SYNOPSIS

  use Mojolicious::Command::fastcgi;

  my $fastcgi = Mojolicious::Command::fastcgi->new;
  $fastcgi->run;

 

DESCRIPTION

Mojolicious::Command::fastcgi is a command interface to Mojo::Server::FastCGI.  

ATTRIBUTES

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.  

METHODS

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

run

  $fastcgi->run;

Run this command.  

SEE ALSO

Mojolicious, Mojolicious::Guides, <http://mojolicio.us>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
ATTRIBUTES
description
usage
METHODS
run
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 17:15:46 GMT, April 18, 2024