MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / SetDownloadFile

Method SetDownloadFile

cpp/src/platform/HttpClient.h:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 1

HttpThreadProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected