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

FCGI::Client::RecordFactory - FCGI record factory

High Level Api Methods

       FCGI::Client::RecordFactory->create_request($reqid, $env, $content);
           This  method  creates  set of request records.$env is environment variables same as CGI.  $content is
           request body.This method returns string of request records.You can send it to socket.

Low Level Api Methods

       FCGI::Client::RecordFactory->build_begin_request($reqid, FCGI_RESPONDER, $flags);
           build FCGI_BEGIN_REQUEST record.

       FCGI::Client::RecordFactory->build_params($reqid, %$env)
           build FCGI_PARAMS record.

       FCGI::Client::RecordFactory->build_stdin($reqid, $content);
           build FCGI_STDIN record.

Name

       FCGI::Client::RecordFactory - FCGI record factory

See Also

       FCGI::Client

perl v5.26.2                                       2018-07-21                   FCGI::Client::RecordFactory(3pm)

See Also