logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mojolicious::Command::fastcgi - FastCGI Command

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.

Description

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

Methods

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

   "run"
         $fastcgi->run;

       Run this command.

Name

       Mojolicious::Command::fastcgi - FastCGI Command

See Also

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

perl v5.34.0                                       2022-06-15                 Mojolicious::Command::fastcgi(3pm)

Synopsis

         use Mojolicious::Command::fastcgi;

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

See Also