TECOREEXPORT std::string SetURIParameter(const std::string &srcUri, const std::string &key, const std::string &value)
Sets the given key and value to the given URI. If the key already exists, it will be replaced....
TECOREEXPORT std::map< std::string, std::string > Expand(const std::string &query_str)
Split a query string into its components.