Bitcoin Core  27.99.0
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 ()=default
 

Public Attributes

int status {0}
 
int error {-1}
 
std::string body
 

Detailed Description

Reply structure for request_done to fill in.

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

Constructor & Destructor Documentation

◆ HTTPReply()

HTTPReply::HTTPReply ( )
default

Member Data Documentation

◆ body

std::string HTTPReply::body

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

◆ error

int HTTPReply::error {-1}

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

◆ status

int HTTPReply::status {0}

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


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