1FCGI::Client::Record(3pUms)er Contributed Perl DocumentatFiCoGnI::Client::Record(3pm)
2
3
4

NAME

6       FCGI::Client::Record - record object for FCGI
7

SYNOPSIS

9           my $record = FCGI::Client::Record->new(header => $header, content => $content);
10           say $record->type;
11

DESCRIPTION

13       This module is record class for FCGI::Client.
14

ATTRIBUTES

16       header
17           'header' attribute is instance of FCGI::Client::RecordHeader.
18
19       content
20           'content' attribute is string of record content.
21

METHOD

23       $self->request_id()
24       $self->content_length()
25       $self->type()
26           shortcut of $self->header->any_method()
27

SEE ALSO

29       FCGI::Client
30
31
32
33perl v5.30.1                      2020-01-30         FCGI::Client::Record(3pm)
Impressum