![]() |
PRCYCoin
2.0.0.7rc1
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 46 of file httpserver.cpp.
|
inline |
Definition at line 49 of file httpserver.cpp.
|
inlinevirtual |
Implements HTTPClosure.
Definition at line 53 of file httpserver.cpp.
|
private |
Definition at line 62 of file httpserver.cpp.
|
private |
Definition at line 61 of file httpserver.cpp.
| std::unique_ptr<HTTPRequest> HTTPWorkItem::req |
Definition at line 58 of file httpserver.cpp.
1.8.17