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

Module documentation for 0.2.6.0

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.