20#include <zypp-core/fs/WatchFile>
24#include <zypp-media/MediaConfig>
30#define CURL_BINARY "/usr/bin/curl"
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 <<
":" <<
"########";
Provides API related macros.
String related utilities and Regular expression matching.
std::string trim(const std::string &s, const Trim trim_r)
Easy-to use interface to the ZYPP dependency resolver.