PIVX Core  5.6.99
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
HTTPPathHandler Struct Reference

Public Member Functions

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

Public Attributes

std::string prefix {}
 
bool exactMatch {false}
 
HTTPRequestHandler handler {}
 

Detailed Description

Definition at line 131 of file httpserver.cpp.

Constructor & Destructor Documentation

◆ HTTPPathHandler() [1/2]

HTTPPathHandler::HTTPPathHandler ( )
inline

Definition at line 133 of file httpserver.cpp.

◆ HTTPPathHandler() [2/2]

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

Definition at line 134 of file httpserver.cpp.

Member Data Documentation

◆ exactMatch

bool HTTPPathHandler::exactMatch {false}

Definition at line 139 of file httpserver.cpp.

◆ handler

HTTPRequestHandler HTTPPathHandler::handler {}

Definition at line 140 of file httpserver.cpp.

◆ prefix

std::string HTTPPathHandler::prefix {}

Definition at line 138 of file httpserver.cpp.


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