|
|
| |
FCGI::Client::RecordFactory(3) |
User Contributed Perl Documentation |
FCGI::Client::RecordFactory(3) |
FCGI::Client::RecordFactory - FCGI record factory
- 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.
- 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.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |