[REQ][Qt5] Manually abort a request
Created by: luStopai
Is your feature request related to a problem?
Yes
Please describe.
Sometimes if a request is taking to much time to finish, we may want to be able to manually cancel it.
Describe the solution you'd like
I think exposing a public slot that is able to call the abort() method of QNetworkReply should work. This request is kind of related to #3064 (closed) but with a mechanism to abort a request manually at any time.
Describe alternatives you've considered
None comes to my mind