![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
HTTP request work item. More...
Public Member Functions | |
| HTTPWorkItem (HTTPRequest *req, const std::string &path, const HTTPRequestHandler &func) | |
| void | operator() () |
Public Member Functions inherited from HTTPClosure | |
| virtual | ~HTTPClosure () |
Public Attributes | |
| std::unique_ptr< HTTPRequest > | req |
Private Attributes | |
| std::string | path |
| HTTPRequestHandler | func |
HTTP request work item.
Definition at line 45 of file httpserver.cpp.
|
inline |
Definition at line 48 of file httpserver.cpp.
|
inlinevirtual |
Implements HTTPClosure.
Definition at line 52 of file httpserver.cpp.
|
private |
Definition at line 61 of file httpserver.cpp.
|
private |
Definition at line 60 of file httpserver.cpp.
| std::unique_ptr<HTTPRequest> HTTPWorkItem::req |
Definition at line 57 of file httpserver.cpp.