HttpJsonRpcClient

An http json-rpc client

package
alias HttpJsonRpcClient(TId, TReq : JsonRpcRequest!TId = JsonRpcRequest!TId, TResp : JsonRpcResponse!TId = JsonRpcResponse!TId) = HttpRpcClient!(TId, TReq, TResp)

Meta