Skip to main content

process_request

Function process_request 

Source
pub async fn process_request(
    req: &JsonRpcRequest,
    pool: &Arc<ConnectionPool>,
    config: &Config,
) -> Result<Value>
Expand description

Process a JSON-RPC request (used by both TCP and HTTP transports)