Skip to main content

send_to

Function send_to 

Source
pub fn send_to(
    socket: &Path,
    method: &str,
    params: Value,
) -> Result<Value, ClientError>
Expand description

Send a single request to an explicit socket path. Tests use this.