Skip to main content

Module jsonrpc

Module jsonrpc 

Source
Expand description

JSON-RPC 2.0 dispatcher.

JsonRpcDispatcher reads JSON-RPC requests from HTTP bodies, routes them to the appropriate RequestHandler method, and serializes the response (or streams SSE for streaming methods).

Structs§

JsonRpcDispatcher
JSON-RPC 2.0 request dispatcher.