cesium-native
0.41.0
|
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 HttpHeaders & | headers () const =0 |
Gets the request's header. This method may be called from any thread. | |
virtual const IAssetResponse * | response () const =0 |
Gets the response, or nullptr if the request is still in progress. This method may be called from any thread. | |
An asynchronous request for an asset, usually a file downloaded via HTTP.
Definition at line 17 of file IAssetRequest.h.