1JSON::RPC::Procedure(3)User Contributed Perl DocumentatioJnSON::RPC::Procedure(3)
23
4
NAME
6JSON::RPC::Procedure - A JSON::RPC Procedure
7
SYNOPSIS
9use JSON::RPC::Procedure;
1011
my $procedure = JSON::RPC::Procedure->new(
12id => ...,
13method => ...
14params => ...
15jsonrpc => ...
16has_id => ... (a flag that signals that a procedure appears to be a notification when not set)
17);
18
DESCRIPTION
20A container for JSON RPC procedure information
2122
23
24
perl v5.30.1 2020-01-30 JSON::RPC::Procedure(3)