Searched defs:OperationConfig (Results 1 – 1 of 1) sorted by relevance
51 struct OperationConfig { struct52 bool remote_time;53 char *random_file;54 char *egd_file;55 char *useragent;56 struct curl_slist *cookies; /* cookies to serialize into a single line */57 char *cookiejar; /* write to this file */58 struct curl_slist *cookiefiles; /* file(s) to load cookies from */59 char *altsvc; /* alt-svc cache file name */60 char *hsts; /* HSTS cache file name */[all …]