1FCGI::Client::Record(3pUms)er Contributed Perl DocumentatFiCoGnI::Client::Record(3pm)
2
3
4
6 FCGI::Client::Record - record object for FCGI
7
9 my $record = FCGI::Client::Record->new(header => $header, content => $content);
10 say $record->type;
11
13 This module is record class for FCGI::Client.
14
16 header
17 'header' attribute is instance of FCGI::Client::RecordHeader.
18
19 content
20 'content' attribute is string of record content.
21
23 $self->request_id()
24 $self->content_length()
25 $self->type()
26 shortcut of $self->header->any_method()
27
29 FCGI::Client
30
31
32
33perl v5.28.0 2018-07-16 FCGI::Client::Record(3pm)