Public Member Functions | |
Session (const Common::String &prefix=Common::String()) | |
SessionRequest * | get (const Common::String &url, const Common::Path &localFile, DataCallback cb=nullptr, ErrorCallback ecb=nullptr, bool binary=false) |
void | close () |
Gracefully close the session. | |
void | abortRequest () |
Abort session and remove unfinished downloads if they go to local file. | |
Protected Attributes | |
Common::String | _prefix |
SessionRequest * | _request |