1JSON::RPC::Procedure(3pUms)er Contributed Perl DocumentatJiSoOnN::RPC::Procedure(3pm)
2
3
4
6 JSON::RPC::Procedure - A JSON::RPC Procedure
7
9 use JSON::RPC::Procedure;
10
11 my $procedure = JSON::RPC::Procedure->new(
12 id => ...,
13 method => ...
14 params => ...
15 jsonrpc => ...
16 has_id => ... (a flag that signals that a procedure appears to be a notification when not set)
17 );
18
20 A container for JSON RPC procedure information
21
22
23
24perl v5.38.0 2023-07-20 JSON::RPC::Procedure(3pm)