Available on crate feature
axum
only.Expand description
Axum JSONRPC handlers.
Functionsยง
- handle_
jsonrpc - Axum handler for HTTP POST JSONRPC requests.
- handle_
jsonrpc_ ws - Axum handler for JSONRPC over WebSocket.
- jsonrpc_
router - Returns an axum Router that handles JSONRPC requests at the specified
path
. Both HTTP and WebSocket are supported.