3 #include "HttpHeaders.h"
43 virtual gsl::span<const std::byte>
data()
const = 0;
A completed response for a 3D Tiles asset.
virtual const HttpHeaders & headers() const =0
Returns the HTTP headers of the response.
virtual ~IAssetResponse()=default
Default destructor.
virtual gsl::span< const std::byte > data() const =0
Returns the data of this response.
virtual std::string contentType() const =0
Returns the HTTP content type.
virtual uint16_t statusCode() const =0
Returns the HTTP response code.
Classes that support asynchronous operations.
std::map< std::string, std::string, CaseInsensitiveCompare > HttpHeaders
Http Headers that maps case-insensitive header key with header value.