GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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.

FCGI::Client
2018-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.