Bitcoin Core  27.99.0
P2P Digital Currency
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

◆ UrlDecodeFn

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

Definition at line 10 of file url.h.

Variable Documentation

◆ URL_DECODE

UrlDecodeFn* const URL_DECODE
extern

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

◆ urlDecode

UrlDecodeFn urlDecode

Definition at line 11 of file url.h.