The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Dancer2-Plugin-RPC ABELTJE"

Dancer2::RPCPlugin - Role to support generic dispatch-table-building River stage one • 1 direct dependent • 1 total dependent

dispatch_builder(%parameters) Parameters Positional: 1. endpoint 2. publish 3. arguments (list of packages for POD-publishing) 4. settings (config->{plugins}{RPC::proto}) rpcplugin_tag Parameters None. Responses <jsonrpc|restrpc|xmlrpc> dispatch_item...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::Plugin::RPC - Namespace for XMLRPC, JSONRPC2 and RESTRPC plugins River stage one • 1 direct dependent • 1 total dependent

This module contains plugins for Dancer2: Dancer2::Plugin::RPC::XMLRPC, Dancer2::Plugin::RPC::JSONRPC and Dancer2::Plugin::RPC::RESTRPC. Dancer2::Plugin::RPC::XMLRPC This plugin exposes the new keyword "xmlrpc" that is followed by 2 arguments: the en...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::Plugin::RPC::XMLRPC - XMLRPC Plugin for Dancer2 River stage one • 1 direct dependent • 1 total dependent

This plugin lets one bind an endpoint to a set of modules with the new xmlrpc keyword. xmlrpc '/endpoint' => \%publisher_arguments; "\%publisher_arguments" callback => $coderef [optional] The callback will be called just before the actual rpc-code is...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::Plugin::RPC::RESTRPC - RESTRPC Plugin for Dancer River stage one • 1 direct dependent • 1 total dependent

RESTRPC is a simple protocol that uses HTTP-POST to post a JSON-string (with "Content-Type: application/json" to an endpoint. This endpoint is the "base_url" concatenated with the rpc-method name. This plugin lets one bind a base_url to a set of modu...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::Plugin::RPC::JSONRPC - Dancer Plugin to register jsonrpc2 methods. River stage one • 1 direct dependent • 1 total dependent

This plugin lets one bind an endpoint to a set of modules with the new jsonrpc keyword. jsonrpc '/endpoint' => \%publisher_arguments; "\%publisher_arguments" callback => $coderef [optional] The callback will be called just before the actual rpc-code ...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::FlattenData - Simple routine to flatten (blessed) data River stage one • 1 direct dependent • 1 total dependent

flatten_data($any_data) This makes a deep-copy of the datastructure presented. Arguments Only the first argument is considered. Response A deep copy of the data structure presented....

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::CallbackResult - Base class for callback-result. River stage one • 1 direct dependent • 1 total dependent

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::DispatchFromPod - Build dispatch-table from POD River stage one • 1 direct dependent • 1 total dependent

This parses the text of the given packages, looking for Dispatch Table hints: =for xmlrpc rpc-method real-sub =for restrpc rpc-method real-sub =for jsonrpc rpc-method real-sub Dancer2::RPCPlugin::DispatchFromPod->new(%parameters) Parameters plugin_ob...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::DispatchFromConfig - Build dispatch-table from the Dancer Config River stage one • 1 direct dependent • 1 total dependent

$dtb->new(\%parameters) Parameters Named, list: plugin_object => $plugin plugin => <xmlrpc|jsonrpc|jsonrpc> config => $config_from_plugin endpoint => $endpoint Responses An instantiated object. $dtb->build_dispatch_table() Parameters None Responses A...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::CallbackResult::Fail - Class for failure River stage one • 1 direct dependent • 1 total dependent

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::DispatchMethodList - Class for maintaining a global methodlist. River stage one • 1 direct dependent • 1 total dependent

This class implements a singleton that can hold the collection of all method names. my $dml = Dancer2::RPCPlugin::DispatchMethodList->new() Parameters None! Responses $singleton = bless $parameters, $class;...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::ValidationTemplates - Parameters used in the project. River stage one • 1 direct dependent • 1 total dependent

This Moo::Role defines the parameters used in the Dancer2::Plugin::RPC project for use with MooX::Params::CompiledValidators ValidationTemplates...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::CallbackResultFactory - Factory for generating Callback-results. River stage one • 1 direct dependent • 1 total dependent

This module exports 2 factory subs: "callback_success" and "callback_fail". callback_success() Allows no arguments. Returns an instantiated Dancer::RPCPlugin::CallbackResult::Success object....

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC

Dancer2::RPCPlugin::CallbackResult::Success - Class for success River stage one • 1 direct dependent • 1 total dependent

new() Constructor, does not allow any arguments. success() Returns 1;...

ABELTJE/Dancer2-Plugin-RPC-2.02 - 28 Sep 2022 08:40:21 UTC
14 results (0.029 seconds)