pub fn fetch( request: Request, on_done: impl 'static + Send + FnOnce(Result<Response, Error>))
Performs a HTTP requests and calls the given callback when done.