Function get

Source
pub fn get<T>(uri: T) -> RequestBuilder<WithoutBody>
where Uri: TryFrom<T>, <Uri as TryFrom<T>>::Error: Into<Error>,
Expand description

Make a GET request.

Run on a use-once Agent.