1JSON::RPC::Procedure(3)User Contributed Perl DocumentatioJnSON::RPC::Procedure(3)
2
3
4

NAME

6       JSON::RPC::Procedure - A JSON::RPC Procedure
7

SYNOPSIS

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

DESCRIPTION

20       A container for JSON RPC procedure information
21
22
23
24perl v5.30.1                      2020-01-30           JSON::RPC::Procedure(3)
Impressum