cesium-native
0.41.0
|
Cache request retrieved from the cache database. More...
#include <CesiumAsync/CacheItem.h>
Public Member Functions | |
CacheRequest (HttpHeaders &&cacheHeaders, std::string &&cacheMethod, std::string &&cacheUrl) | |
Constructor. More... | |
Public Attributes | |
HttpHeaders | headers |
The headers of the request. | |
std::string | method |
The method of the request. | |
std::string | url |
The url of the request. | |
Cache request retrieved from the cache database.
Definition at line 54 of file CacheItem.h.
|
inline |
Constructor.
cacheHeaders | the headers of the request |
cacheMethod | the method of the request |
cacheUrl | the url of the request |
Definition at line 62 of file CacheItem.h.