cesium-native  0.41.0
CesiumAsync::IAssetRequest Class Referenceabstract

An asynchronous request for an asset, usually a file downloaded via HTTP. More...

#include <CesiumAsync/IAssetRequest.h>

Public Member Functions

virtual const std::string & method () const =0
 Gets the request's method. This method may be called from any thread.
 
virtual const std::string & url () const =0
 Gets the requested URL. This method may be called from any thread.
 
virtual const HttpHeadersheaders () const =0
 Gets the request's header. This method may be called from any thread.
 
virtual const IAssetResponseresponse () const =0
 Gets the response, or nullptr if the request is still in progress. This method may be called from any thread.
 

Detailed Description

An asynchronous request for an asset, usually a file downloaded via HTTP.

Definition at line 17 of file IAssetRequest.h.


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