pub async fn get_bytes<U>(uri: U) -> Result<IpcBytes, Error>where U: TryInto<Uri>, Error: From<<U as TryInto<Uri>>::Error>,
Send a GET request to the uri and read the response as raw bytes.
uri
The http_client is used to send the request.
http_client