bert-1.1: BERT implementation

PortabilityGHC
Stabilityexperimental
Maintainermarius@monkey.org

Network.BERT.Client

Description

BERT-RPC client (http://bert-rpc.org/). This implements the client RPC call logic.

Synopsis

Documentation

type Call a = IO (Either Error a)Source

Convenience type for call

call :: (BERT a, BERT b) => Transport -> String -> String -> [a] -> Call bSource

Call the {mod, func, args} synchronously on the endpoint defined by transport, returning the results of the call or an error.