27 #include <olp/core/CoreApi.h>
45 static std::string
Decode(
const std::string& in);
54 static std::string
Encode(
const std::string& in);
66 const std::string& base,
const std::string& path,
67 const std::multimap<std::string, std::string>& query_params);
Builds and parses URLs.
Definition: Url.h:35
static std::string Encode(const std::string &in)
Encodes a given input string by escaping non-ASCII characters.
static std::string Construct(const std::string &base, const std::string &path, const std::multimap< std::string, std::string > &query_params)
Produces a full URL from a URL base, path, and query parameters.
static std::string Decode(const std::string &in)
Decodes a URL on a given input string by replacing percent-encoded characters with actual ones.
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24