Fabcoin Core  0.16.2
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
 
HTTPRequestHandler handler
 

Detailed Description

Definition at line 154 of file httpserver.cpp.

Constructor & Destructor Documentation

HTTPPathHandler::HTTPPathHandler ( )
inline

Definition at line 156 of file httpserver.cpp.

HTTPPathHandler::HTTPPathHandler ( std::string  _prefix,
bool  _exactMatch,
HTTPRequestHandler  _handler 
)
inline

Definition at line 157 of file httpserver.cpp.

Member Data Documentation

bool HTTPPathHandler::exactMatch

Definition at line 162 of file httpserver.cpp.

HTTPRequestHandler HTTPPathHandler::handler

Definition at line 163 of file httpserver.cpp.

std::string HTTPPathHandler::prefix

Definition at line 161 of file httpserver.cpp.


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