[go: up one dir, main page]

Function ehttp::fetch_blocking[][src]

pub fn fetch_blocking(request: &Request) -> Result<Response, String>
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.