MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / HTTPPathHandler

Class HTTPPathHandler

src/httpserver.cpp:134–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132};
133
134struct HTTPPathHandler
135{
136 HTTPPathHandler() {}
137 HTTPPathHandler(std::string prefix, bool exactMatch, HTTPRequestHandler handler):
138 prefix(prefix), exactMatch(exactMatch), handler(handler)
139 {
140 }
141 std::string prefix;
142 bool exactMatch;
143 HTTPRequestHandler handler;
144};
145
146/** HTTP module state */
147

Callers 1

RegisterHTTPHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected