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