get

Function get 

Source
pub fn get<T>(uri: T) -> Result<ByteResponse>
where T: TryInto<Uri>, <T as TryInto<Uri>>::Error: Into<Error>,
Expand description

Shortcut method to quickly make a sync GET request using HTTP WASI call and return the response with Wrapper around it.