Home
last modified time | relevance | path

Searched defs:OperationConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/src/
Dtool_cfgable.h51 struct OperationConfig { struct
52 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 …]