20 #ifndef NETWORK_ADAPTER_H
21 #define NETWORK_ADAPTER_H
42 typedef std::map<std::string, std::string, StringNoCaseLessThan>
51 const std::string&
url,
const std::string& cachefile);
62 const std::string&
url,
const std::string& postdata,
63 const std::string& cachefile);
76 const std::string& cachefile);
89 return (names.find(headerName) == names.end());
97 NetworkAdapter::CookiesIn = cookiesin;
105 return NetworkAdapter::CookiesIn;
111 static std::string CookiesIn;
119 #endif // CURL_ADAPTER_H