I initiated an async http call to the server in a viewcontroller, but it take long time sometimes.
Can I put a button on it and then abort the running http call when user clicked that button ? and if that could be done, I'd like also implement this function when user exit current view like, navigate back to its parent view.