5 #ifndef BITCOIN_COMMON_URL_H 6 #define BITCOIN_COMMON_URL_H 10 using UrlDecodeFn = std::string(
const std::string& url_encoded);
14 #endif // BITCOIN_COMMON_URL_H
UrlDecodeFn *const URL_DECODE
std::string(const std::string &url_encoded) UrlDecodeFn