| FCGI-Client documentation | view source | Contained in the FCGI-Client distribution. |
FCGI::Client::RecordHeader - record header object for FCGI
my $header = FCGI::Client::RecordHeader->new(raw => $raw);
say $header->type;
This module is record header class for FCGI::Client.
the raw string of record header. size of record header is defined at FCGI::Client::Constant::FCGI_HEADER_LEN.
These methods returns each field of record header.
| FCGI-Client documentation | view source | Contained in the FCGI-Client distribution. |