| 272 | void SetFollowRedirect(bool follow) { _followRedir = follow; } |
| 273 | void SetAlwaysHandle(bool h) { _alwaysHandle = h; } |
| 274 | void SetDownloadFile(std::string filename) { _filename = filename; } |
| 275 | |
| 276 | bool Download(const std::string& url, const char *extraRequest = NULL, void *user = NULL, const POST *post = NULL); |
| 277 | bool SendRequest(Request& what, bool enqueue); |