Scroll to navigation

FCGI::Client::RecordFactory(3pm) User Contributed Perl Documentation FCGI::Client::RecordFactory(3pm)

NAME

FCGI::Client::RecordFactory - FCGI record factory

HIGH LEVEL API METHODS

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

build FCGI_BEGIN_REQUEST record.
build FCGI_PARAMS record.
build FCGI_STDIN record.

SEE ALSO

FCGI::Client

2018-07-21 perl v5.26.2