colchis-0.2.0.2: Rudimentary JSON-RPC 2.0 client over raw TCP.

Safe HaskellNone
LanguageHaskell2010

Network.Colchis.Protocol.JSONRPC20.Request

Documentation

data Request Source

Constructors

Request 

Fields

_jsonrpc :: Text
 
_method :: Text
 
_params :: Value
 
_id :: Int
 

Instances