Module

Network.Rpc.Json

Package
purescript-jsonrpc
Repository
Unisay/purescript-jsonrpc

#Transport Source

class Transport c e | c -> e where

Members

Instances

#AffjaxTransport Source

newtype AffjaxTransport

Constructors

Instances

#AffjaxLoggingTransport Source

#Method Source

type Method = String

#Params Source

#Request Source

newtype Request

Constructors

Instances

#Error Source

newtype Error

Constructors

Instances

#error Source

error :: forall d. EncodeJson d => Int -> String -> Maybe d -> Error

#Response Source

data Response a

Constructors

Instances