MIT licensed
Maintained by Kristen Kozak
This version can be pinned in stack with:json-rpc-server-0.2.6.0@sha256:09fbea99f536b135926e24b3a261c2e362d12e94ad5c291ad06fc9f1de727343,3491

Module documentation for 0.2.6.0

  • Network
    • Network.JsonRpc
      • Network.JsonRpc.Server
Used by 1 package in nightly-2018-08-20(full list with versions):

An implementation of the server side of JSON-RPC 2.0. See http://www.jsonrpc.org/specification. This library uses ByteString for input and output, leaving the choice of transport up to the user. See the Network.JsonRpc.Server module for an example. json-rpc-server can be used with json-rpc-client to create a client and server that communicate with the same methods.

Changes

0.2.0.0

  • Updated the error handling type from ErrorT to ExceptT.

  • Simplified the call function, so Methods and toMethods are no longer necessary.