logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

       header
           'header' attribute is instance of FCGI::Client::RecordHeader.

       content
           'content' attribute is string of record content.

Description

       This module is record class for FCGI::Client.

Method

       $self->request_id()
       $self->content_length()
       $self->type()
           shortcut of $self->header->any_method()

Name

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

See Also

       FCGI::Client

perl v5.26.2                                       2018-07-21                          FCGI::Client::Record(3pm)

Synopsis

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

See Also