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