12 #ifndef ZYPP_CURL_TRANSFER_SETTINGS_H_INCLUDED 13 #define ZYPP_CURL_TRANSFER_SETTINGS_H_INCLUDED 17 #include <zypp-core/base/Flags.h> 18 #include <zypp-core/base/PtrTypes.h> 19 #include <zypp-core/Pathname.h> 20 #include <zypp-core/Url.h> 42 void addHeader(
const std::string & val_r );
84 void setProxy(
const std::string &val_r );
85 void setProxy( std::string && val_r );
88 const std::string &
proxy()
const;
178 const std::string &
authType()
const;
211 #endif // ZYPP_CURL_TRANSFER_SETTINGS_H_INCLUDED
Easy-to use interface to the ZYPP dependency resolver.