| FCGI-Client documentation | view source | Contained in the FCGI-Client distribution. |
FCGI::Client::RecordFactory - FCGI record factory
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.
build FCGI_BEGIN_REQUEST record.
build FCGI_PARAMS record.
build FCGI_STDIN record.
| FCGI-Client documentation | view source | Contained in the FCGI-Client distribution. |