Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
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
 

Detailed Description

Reply structure for request_done to fill in.

Definition at line 252 of file bitcoin-cli.cpp.

Constructor & Destructor Documentation

◆ HTTPReply()

HTTPReply::HTTPReply ( )
inline

Definition at line 253 of file bitcoin-cli.cpp.

Member Data Documentation

◆ body

std::string HTTPReply::body

Definition at line 257 of file bitcoin-cli.cpp.

◆ error

int HTTPReply::error

Definition at line 256 of file bitcoin-cli.cpp.

◆ status

int HTTPReply::status

Definition at line 255 of file bitcoin-cli.cpp.


The documentation for this struct was generated from the following file: