pub fn fetch_blocking(request: &Request) -> Result<Response>
Expand description

Only available when compiling for native.

NOTE: Ok(…) is returned on network error. Err is only for failure to use the fetch api.