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

Public Member Functions

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

Public Attributes

std::string prefix
 
bool exactMatch
 
HTTPRequestHandler handler
 

Detailed Description

Definition at line 127 of file httpserver.cpp.

Constructor & Destructor Documentation

◆ HTTPPathHandler()

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

Definition at line 129 of file httpserver.cpp.

Member Data Documentation

◆ exactMatch

bool HTTPPathHandler::exactMatch

Definition at line 134 of file httpserver.cpp.

◆ handler

HTTPRequestHandler HTTPPathHandler::handler

Definition at line 135 of file httpserver.cpp.

◆ prefix

std::string HTTPPathHandler::prefix

Definition at line 133 of file httpserver.cpp.


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