![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
Public Member Functions | |
HTTPWorkItem (HTTPRequest *req, const std::string &path, const HTTPRequestHandler &func) | |
void | operator() () |
![]() | |
virtual | ~HTTPClosure () |
Public Attributes | |
boost::scoped_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.
Referenced by operator()().
|
private |
Definition at line 60 of file httpserver.cpp.
Referenced by operator()().
boost::scoped_ptr<HTTPRequest> HTTPWorkItem::req |
Definition at line 57 of file httpserver.cpp.
Referenced by operator()().