Skip to content

EntropyEngine::Networking::HTTP::HttpResponse

EntropyEngine::Networking::HTTP::HttpResponse

Section titled “EntropyEngine::Networking::HTTP::HttpResponse”
Name
boolisSuccess() const
Name
std::stringstatusMessage
intstatusCode
HttpHeaderValuesMapheadersMulti
HttpHeadersheaders
std::vector< uint8_t >body
inline bool isSuccess() const
std::string statusMessage;
int statusCode = 0;
HttpHeaderValuesMap headersMulti;
HttpHeaders headers;
std::vector< uint8_t > body;

Updated on 2026-01-26 at 17:14:35 -0500