Fabcoin Core
0.16.2
P2P Digital Currency
|
Public Member Functions | |
HTTPPathHandler () | |
HTTPPathHandler (std::string _prefix, bool _exactMatch, HTTPRequestHandler _handler) | |
Public Attributes | |
std::string | prefix |
bool | exactMatch |
HTTPRequestHandler | handler |
Definition at line 154 of file httpserver.cpp.
|
inline |
Definition at line 156 of file httpserver.cpp.
|
inline |
Definition at line 157 of file httpserver.cpp.
bool HTTPPathHandler::exactMatch |
Definition at line 162 of file httpserver.cpp.
HTTPRequestHandler HTTPPathHandler::handler |
Definition at line 163 of file httpserver.cpp.
std::string HTTPPathHandler::prefix |
Definition at line 161 of file httpserver.cpp.