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

Module documentation for 0.2.6.0

Used by 1 package in nightly-2019-03-15(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.