Function get

Source
pub async fn get<U>(uri: U) -> Result<Response>
where U: TryInto<Uri>, U::Error: Into<BoxError>,
Available on crate feature client only.
Expand description

Create a GET request to the specified URI.