![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Public Member Functions | |
| HTTPPathHandler () | |
| HTTPPathHandler (std::string prefix, bool exactMatch, HTTPRequestHandler handler) | |
Public Attributes | |
| std::string | prefix {} |
| bool | exactMatch {false} |
| HTTPRequestHandler | handler {} |
Definition at line 131 of file httpserver.cpp.
|
inline |
Definition at line 133 of file httpserver.cpp.
|
inline |
Definition at line 134 of file httpserver.cpp.
| bool HTTPPathHandler::exactMatch {false} |
Definition at line 139 of file httpserver.cpp.
| HTTPRequestHandler HTTPPathHandler::handler {} |
Definition at line 140 of file httpserver.cpp.
| std::string HTTPPathHandler::prefix {} |
Definition at line 138 of file httpserver.cpp.