cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumAsync::CacheRequest Class Reference

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.
 

Detailed Description

Cache request retrieved from the cache database.

Definition at line 53 of file CacheItem.h.

Constructor & Destructor Documentation

◆ CacheRequest()

CesiumAsync::CacheRequest::CacheRequest ( HttpHeaders && cacheHeaders,
std::string && cacheMethod,
std::string && cacheUrl )
inline

Constructor.

Parameters
cacheHeadersthe headers of the request
cacheMethodthe method of the request
cacheUrlthe url of the request

Definition at line 61 of file CacheItem.h.

Member Data Documentation

◆ headers

HttpHeaders CesiumAsync::CacheRequest::headers

The headers of the request.

Definition at line 72 of file CacheItem.h.

◆ method

std::string CesiumAsync::CacheRequest::method

The method of the request.

Definition at line 77 of file CacheItem.h.

◆ url

std::string CesiumAsync::CacheRequest::url

The url of the request.

Definition at line 82 of file CacheItem.h.


The documentation for this class was generated from the following file: