|
cesium-native 0.52.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. | |
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 53 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 61 of file CacheItem.h.
| HttpHeaders CesiumAsync::CacheRequest::headers |
The headers of the request.
Definition at line 72 of file CacheItem.h.
| std::string CesiumAsync::CacheRequest::method |
The method of the request.
Definition at line 77 of file CacheItem.h.
| std::string CesiumAsync::CacheRequest::url |
The url of the request.
Definition at line 82 of file CacheItem.h.