[go: up one dir, main page]

Function ehttp::fetch

source · []
pub fn fetch(
    request: Request,
    on_done: impl 'static + Send + FnOnce(Result<Response>)
)
Expand description

Performs a HTTP requests and calls the given callback when done.