Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Typedefs | Variables
url.h File Reference
#include <string>
Include dependency graph for url.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using UrlDecodeFn = std::string(const std::string &url_encoded)
 

Variables

UrlDecodeFn urlDecode
 
UrlDecodeFn *const URL_DECODE
 

Typedef Documentation

using UrlDecodeFn = std::string(const std::string& url_encoded)

Definition at line 10 of file url.h.

Variable Documentation

UrlDecodeFn* const URL_DECODE

Definition at line 38 of file bitcoin-cli.cpp.

UrlDecodeFn urlDecode

Definition at line 11 of file url.h.