pub fn send_to( socket: &Path, method: &str, params: Value, ) -> Result<Value, ClientError>
Send a single request to an explicit socket path. Tests use this.