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>
46 void addHeader(
const std::string & val_r );
88 void setProxy(
const std::string &val_r );
89 void setProxy( std::string && val_r );
92 const std::string &
proxy()
const;
182 const std::string &
authType()
const;
Easy-to use interface to the ZYPP dependency resolver.
RW_pointer supporting 'copy on write' functionality.