/usr/lib/swipl/library/ext/json/json_rpc_server.pl
All Application Manual Name SummaryHelp

  • ext
    • json
      • json.pl
      • json_grammar.pl -- JavaScript grammar
      • json_convert.pl
      • json_rpc_server.pl -- JSON RPC Server
        • json_method/1
        • json_rpc_dispatch/2
        • json_rpc_dispatch_request/4
        • json_rpc_error/2
        • json_rpc_error/3
      • json_rpc_client.pl -- JSON RPC client
      • json_schema.pl -- JSON Schema reader and validator
 json_rpc_dispatch_request(+Module, +Stream, +Request, +Options)
Handle a request that has been read from Stream, possibly sending a reply to Stream.