9 #ifndef _37346dec_0ab4_46d2_a54f_e349e79cd27d
10 #define _37346dec_0ab4_46d2_a54f_e349e79cd27d
37 operator std::string()
const;
40 std::vector<std::pair<std::string, std::string>>
Definition: Association.h:25
#define ODIL_API
Definition: odil.h:28
Uniform resource locator.
Definition: URL.h:26
std::string authority
Definition: URL.h:28
std::string scheme
Definition: URL.h:27
static URL parse(std::string const &string)
Parse an URL into its five components.
std::string path
Definition: URL.h:29
std::string query
Definition: URL.h:30
std::vector< std::pair< std::string, std::string > > parse_query(std::string const &separator="&") const
Parse attribute-value pairs in query string.
bool operator!=(URL const &other) const
std::string fragment
Definition: URL.h:31
bool operator==(URL const &other) const