BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
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 125 of file httpserver.cpp.

Constructor & Destructor Documentation

◆ HTTPPathHandler() [1/2]

HTTPPathHandler::HTTPPathHandler ( )
inline

Definition at line 127 of file httpserver.cpp.

◆ HTTPPathHandler() [2/2]

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

Definition at line 128 of file httpserver.cpp.

Member Data Documentation

◆ exactMatch

bool HTTPPathHandler::exactMatch

Definition at line 133 of file httpserver.cpp.

◆ handler

HTTPRequestHandler HTTPPathHandler::handler

Definition at line 134 of file httpserver.cpp.

◆ prefix

std::string HTTPPathHandler::prefix

Definition at line 132 of file httpserver.cpp.


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