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§
- Json
RpcDispatcher - JSON-RPC 2.0 request dispatcher.