Module protocol

Module protocol 

Source
Expand description

JSON-RPC 2.0 protocol handling

Structs§

JsonRpcError
JSON-RPC 2.0 error
JsonRpcHandler
Handles JSON-RPC 2.0 protocol communication
JsonRpcNotification
JSON-RPC 2.0 notification (request without ID)
JsonRpcRequest
JSON-RPC 2.0 request
JsonRpcResponse
JSON-RPC 2.0 response

Enums§

JsonRpcMessage
JSON-RPC 2.0 message (can be request, response, or notification)

Type Aliases§

RequestId
JSON-RPC 2.0 request ID