![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
Public Member Functions | |
HTTPPathHandler () | |
HTTPPathHandler (std::string _prefix, bool _exactMatch, HTTPRequestHandler _handler) | |
Public Attributes | |
std::string | prefix |
bool | exactMatch |
HTTPRequestHandler | handler |
Definition at line 125 of file httpserver.cpp.
|
inline |
Definition at line 127 of file httpserver.cpp.
|
inline |
Definition at line 128 of file httpserver.cpp.
bool HTTPPathHandler::exactMatch |
Definition at line 133 of file httpserver.cpp.
HTTPRequestHandler HTTPPathHandler::handler |
Definition at line 134 of file httpserver.cpp.
std::string HTTPPathHandler::prefix |
Definition at line 132 of file httpserver.cpp.