pub async fn get<U>(uri: U) -> Result<Response>where U: TryInto<Uri>, U::Error: Into<BoxError>,
client
Create a GET request to the specified URI.