Dash Core  0.12.2.1
P2P Digital Currency
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 168 of file httpserver.cpp.

Constructor & Destructor Documentation

◆ HTTPPathHandler() [1/2]

HTTPPathHandler::HTTPPathHandler ( )
inline

Definition at line 170 of file httpserver.cpp.

◆ HTTPPathHandler() [2/2]

HTTPPathHandler::HTTPPathHandler ( std::string  prefix,
bool  exactMatch,
HTTPRequestHandler  handler 
)
inline

Definition at line 171 of file httpserver.cpp.

Member Data Documentation

◆ exactMatch

bool HTTPPathHandler::exactMatch

Definition at line 176 of file httpserver.cpp.

◆ handler

HTTPRequestHandler HTTPPathHandler::handler

Definition at line 177 of file httpserver.cpp.

◆ prefix

std::string HTTPPathHandler::prefix

Definition at line 175 of file httpserver.cpp.


The documentation for this struct was generated from the following file: