freebsd-ports/www/p5-Dancer-Plugin-RPC/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

17 lines
590 B
Text

This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
Plack::Middleware.
Dancer::Plugin::RPC::XMLRPC
This plugin exposes the new keyword "xmlrpc" that is followed by 2
arguments: the endpoint and the arguments to configure the xmlrpc-calls
at this endpoint.
Dancer::Plugin::RPC::JSONRPC
This plugin exposes the new keyword "jsonrpc" that is followed by
2 arguments: the endpoint and the arguments to configure the
jsonrpc-calls at this endpoint.
See the /t dir for examples (until some tutorial exists)