![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
HTTP request work item. More...
Public Member Functions | |
HTTPWorkItem (std::unique_ptr< HTTPRequest > _req, const std::string &_path, const HTTPRequestHandler &_func) | |
void | operator() () override |
![]() | |
virtual | ~HTTPClosure () |
Public Attributes | |
std::unique_ptr< HTTPRequest > | req |
Private Attributes | |
std::string | path |
HTTPRequestHandler | func |
HTTP request work item.
Definition at line 40 of file httpserver.cpp.
|
inline |
|
inlineoverridevirtual |
Implements HTTPClosure.
Definition at line 47 of file httpserver.cpp.
|
private |
Definition at line 56 of file httpserver.cpp.
|
private |
Definition at line 55 of file httpserver.cpp.
std::unique_ptr<HTTPRequest> HTTPWorkItem::req |
Definition at line 52 of file httpserver.cpp.