Searched defs:OperationConfig (Results 1 – 1 of 1) sorted by relevance
47 struct OperationConfig { struct48 bool remote_time;49 char *useragent;50 struct curl_slist *cookies; /* cookies to serialize into a single line */51 char *cookiejar; /* write to this file */52 struct curl_slist *cookiefiles; /* file(s) to load cookies from */53 char *altsvc; /* alt-svc cache file name */54 char *hsts; /* HSTS cache file name */55 bool cookiesession; /* new session? */56 bool encoding; /* Accept-Encoding please */[all …]