EntropyEngine::Networking::HTTP::HttpClient::ResponseData
EntropyEngine::Networking::HTTP::HttpClient::ResponseData
Section titled “EntropyEngine::Networking::HTTP::HttpClient::ResponseData”Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| HttpHeaderValuesMap | headersMulti |
| HttpHeaders | headers |
| char[CURL_ERROR_SIZE] | errbuf |
| std::string | curHeaderLine |
| size_t | cap |
| std::vector< uint8_t > | body |
| bool | abortedByCap |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable headersMulti
Section titled “variable headersMulti”HttpHeaderValuesMap headersMulti;variable headers
Section titled “variable headers”HttpHeaders headers;variable errbuf
Section titled “variable errbuf”char[CURL_ERROR_SIZE] errbuf = {0};variable curHeaderLine
Section titled “variable curHeaderLine”std::string curHeaderLine;variable cap
Section titled “variable cap”size_t cap = 0;variable body
Section titled “variable body”std::vector< uint8_t > body;variable abortedByCap
Section titled “variable abortedByCap”bool abortedByCap = false;Updated on 2026-01-26 at 17:14:35 -0500