pub fn get<T>(uri: T) -> Result<ByteResponse>where T: TryInto<Uri>, <T as TryInto<Uri>>::Error: Into<Error>,
Shortcut method to quickly make a sync GET request using HTTP WASI call and return the response with Wrapper around it.
GET