Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
HTTPPathHandler Struct Reference
Public Member Functions | |
| HTTPPathHandler () | |
| HTTPPathHandler (std::string _prefix, bool _exactMatch, HTTPRequestHandler _handler) | |
Public Attributes | |
| std::string | prefix |
| bool | exactMatch |
| HTTPRequestHandler | handler |
Detailed Description
Definition at line 129 of file httpserver.cpp.
Constructor & Destructor Documentation
◆ HTTPPathHandler() [1/2]
|
inline |
Definition at line 131 of file httpserver.cpp.
◆ HTTPPathHandler() [2/2]
|
inline |
Definition at line 132 of file httpserver.cpp.
Member Data Documentation
◆ exactMatch
| bool HTTPPathHandler::exactMatch |
Definition at line 137 of file httpserver.cpp.
◆ handler
| HTTPRequestHandler HTTPPathHandler::handler |
Definition at line 138 of file httpserver.cpp.
◆ prefix
| std::string HTTPPathHandler::prefix |
Definition at line 136 of file httpserver.cpp.
The documentation for this struct was generated from the following file:
- src/httpserver.cpp

