cesium-native
0.41.0
|
Cache response retrieved from the cache database. More...
#include <CesiumAsync/CacheItem.h>
Public Member Functions | |
CacheResponse (uint16_t cacheStatusCode, HttpHeaders &&cacheHeaders, std::vector< std::byte > &&cacheData) | |
Constructor. More... | |
Public Attributes | |
uint16_t | statusCode |
The status code of the response. | |
HttpHeaders | headers |
The headers of the response. | |
std::vector< std::byte > | data |
The body data of the response. | |
Cache response retrieved from the cache database.
Definition at line 19 of file CacheItem.h.
|
inline |
Constructor.
cacheStatusCode | the status code of the response |
cacheHeaders | the headers of the response |
cacheData | the body of the response |
Definition at line 27 of file CacheItem.h.