![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
HTTP request work item. More...
Public Member Functions | |
| HTTPWorkItem (std::unique_ptr< HTTPRequest > _req, const std::string &_path, const HTTPRequestHandler &_func) | |
| void | operator() () override |
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.
|
inlineoverridevirtual |
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.
1.8.14