20 #include <zypp-core/fs/WatchFile> 24 #include <zypp-media/MediaConfig> 30 #define CURL_BINARY "/usr/bin/curl" 62 static shared_ptr<Impl> _nullimpl(
new Impl );
67 friend Impl * rwcowClone<Impl>(
const Impl * rhs );
70 {
return new Impl( *
this ); }
77 if ( not val_r.empty() )
78 _headers.push_back( std::move(val_r) );
80 WAR <<
"Discard empty header" << endl;
117 if ( not user_r.empty() ) {
118 str <<
"[" << user_r;
119 if ( not pass_r.empty() ) {
120 str <<
":" <<
"########";
String related utilities and Regular expression matching.
std::string trim(const std::string &s, const Trim trim_r)
Provides API related macros.
Easy-to use interface to the ZYPP dependency resolver.