Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
HTTPReply Struct Reference
Reply structure for request_done to fill in. More...
Public Member Functions | |
| HTTPReply () | |
Public Attributes | |
| int | status |
| int | error |
| std::string | body |
| int | nStatus |
| std::string | strBody |
Detailed Description
Reply structure for request_done to fill in.
Definition at line 145 of file dash-cli.cpp.
Constructor & Destructor Documentation
◆ HTTPReply()
|
inline |
Definition at line 147 of file dash-cli.cpp.
Member Data Documentation
◆ body
| std::string HTTPReply::body |
Definition at line 151 of file dash-cli.cpp.
Referenced by http_request_done().
◆ error
| int HTTPReply::error |
Definition at line 150 of file dash-cli.cpp.
◆ nStatus
| int HTTPReply::nStatus |
Definition at line 257 of file keepass.cpp.
Referenced by http_request_done().
◆ status
| int HTTPReply::status |
Definition at line 149 of file dash-cli.cpp.
Referenced by http_request_done().
◆ strBody
| std::string HTTPReply::strBody |
Definition at line 258 of file keepass.cpp.
Referenced by http_request_done().
The documentation for this struct was generated from the following files:
- src/dash-cli.cpp
- src/keepass.cpp

