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

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.