19#include <zypp-core/fs/WatchFile>
23#include <zypp-media/MediaConfig>
25#include <zypp/APIConfig.h>
29#define CURL_BINARY "/usr/bin/curl"
68 {
return new Impl( *
this ); }
78 WAR <<
"Discard empty header" << endl;
127 return _impl->_headers;
137 {
return _impl->_useragent; }
147 {
return _impl->_username; }
156 {
return _impl->_password; }
175 {
_impl->_useproxy = enabled; }
178 {
return _impl->_useproxy; }
188 {
return _impl->_proxy; }
195 {
_impl->_proxy_username = std::move(
val_r); }
198 {
return _impl->_proxy_username; }
204 {
_impl->_proxy_password = std::move(
val_r); }
207 {
return _impl->_proxy_password; }
220 {
_impl->_timeout = (
t); }
223 {
return _impl->_timeout; }
227 {
_impl->_connect_timeout = (
t); }
230 {
return _impl->_connect_timeout; }
234 {
_impl->_maxConcurrentConnections = (
v); }
237 {
return _impl->_maxConcurrentConnections; }
241 {
_impl->_minDownloadSpeed = (
v); }
244 {
return _impl->_minDownloadSpeed; }
248 {
_impl->_maxDownloadSpeed = (
v); }
251 {
return _impl->_maxDownloadSpeed; }
255 {
_impl->_maxSilentTries = (
v); }
258 {
return _impl->_maxSilentTries; }
262 {
_impl->_verify_host = (enabled); }
265 {
return _impl->_verify_host; }
269 {
_impl->_verify_peer = enabled; }
272 {
return _impl->_verify_peer; }
278 {
_impl->_client_cert_path = std::move(
val_r ); }
281 {
return _impl->_client_cert_path; }
288 {
_impl->_client_key_path = std::move(
val_r ); }
291 {
return _impl->_client_key_path; }
301 {
return _impl->_ca_path; }
311 {
return _impl->_authtype; }
318 {
return _impl->_head_requests_allowed; }
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
void reset()
Reset to default Ctor values.
std::string trim(const std::string &s, const Trim trim_r)
Easy-to use interface to the ZYPP dependency resolver.