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 "dist:Dancer-Plugin-RPC Dancer"

Dancer::Plugin::RPC - Configure endpoints for XMLRPC, JSONRPC and RESTRPC procedures River stage one • 1 direct dependent • 1 total dependent

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

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::Plugin::RPC::XMLRPC - XMLRPC Plugin for Dancer 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/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::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/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::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/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::RPCPlugin::PluginNames - Register Dancer::Plugin::RPC plugin-names River stage one • 1 direct dependent • 1 total dependent

Dancer::RPCPlugin::PluginNames->new(@names) Returns a singleton-object of this class. Arguments List of names or none. $pn->add_names(@names) Adds the names given to the singleton-object and returns that. $pn->names Returns a list of registered plugi...

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::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/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::RPCPlugin::DefaultRoute - Catch bad-requests and send error-response River stage one • 1 direct dependent • 1 total dependent

Implements default endpoint to generate -32601 'method not found' or 'path not found' error_response for non existing endpoints setup_default_route Installs a Dancer route-handler for "any qr{.+}" which tries to return an appropriate error response t...

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::RPCPlugin::DispatchItem - Small object to handle dispatch-table items River stage one • 1 direct dependent • 1 total dependent

Dancer::RPCPlugin::DispatchItem->new(%arguments) Arguments Named: code => $code_ref [Required] package => $package [Optional] $di->code Getter for the "code" attibute. $di->package Getter for the "package" attribute...

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::RPCPlugin::ErrorResponse - Interface to pass error-responses without knowlage of the protocol River stage one • 1 direct dependent • 1 total dependent

error_response(%parameters) Factory function that retuns an instantiated Dancer::RPCPlugin::ErrorResponse. Parameters error_code => $error_code [required] error_message => $error_message [required] error_data => $error_data [optional] Responses An in...

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

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

callback_success() Allows no arguments. Returns an instantiated Dancer::RPCPlugin::CallbackResult::Success object....

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

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

Interface to build a (partial) dispatch table from the special pod-directives in the packages specified and for the optional endpoint specified. POD Specifications One can specify a sub/method to be used for the RPCPlugin by using the POD directive "...

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

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

dispatch_table_from_config(%arguments) Parameters Named: plugin => <xmlrpc|jsonrpc|restrpc> config => $config_from_plugin endpoint => '/endpoint_for_dispatch_table' Responses A (partial) dispatch-table....

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC

Dancer::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 = Dancer::RPCPlugin::DispatchMethodList->new() Parameters None! Responses $_singleton = bless $parameters, $class;...

ABELTJE/Dancer-Plugin-RPC-1.11 - 30 Apr 2023 12:18:09 UTC
13 results (0.031 seconds)