logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

JSON::RPC::Parser - Parse JSON RPC Requests from Plack::Request

Description

       Constructs a JSON::RPC::Procedure object from a Plack::Request object

perl v5.40.0                                       2024-09-25                             JSON::RPC::Parser(3pm)

Name

       JSON::RPC::Parser - Parse JSON RPC Requests from Plack::Request

Synopsis

           use JSON::RPC::Parser;

           my $parser = JSON::RPC::Parser->new(
               coder => JSON->new
           );
           my $procedure = $parser->construct_from_req( $request );

See Also