1.4 library(json_rpc_server): JSON RPC Server
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog JSON library
Supporting JSON
library(json_rpc_server): JSON RPC Server
json_method/1
json_rpc_dispatch/2
json_rpc_dispatch_request/4
json_rpc_error/2
json_rpc_error/3
Availability:
:- use_module(
library(json_rpc_server)
).
json_rpc_dispatch_request
(
+Module, +Stream, +Request, +Options
)
Handle a request that has been read from
Stream
, possibly sending a reply to
Stream
.