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

MR::IProto::Request - request message

Description

       Base class for all request messages.

Name

       MR::IProto::Request - request message

Protected Methods

       key_attr
           Class method which must return name of key attribute.

       _build_data
           You must implement this method in you subclass to pack your object.  Returns packed data.

perl v5.30.3                                       2020-07-21                           MR::IProto::Request(3pm)

Public Methods

       key Returns key value.  You must reimplement this method in your subclass to use this feature.

       retry
           If request retry is allowed.

See Also