CanCancel
bool CanCancel();
HttpResultPrivate::CanCancel()
if (request.CanCancel())
bool CanCancel() const noexcept { return fResult->CanCancel(); }