cesium-native 0.50.0
Loading...
Searching...
No Matches
CesiumCurl Namespace Reference

Provides the ability to access HTTP and other network resources using libcurl. More...

Classes

class  CurlAssetAccessor
 An implementation of IAssetAccessor that can make network and local requests to a variety of servers using libcurl. More...
 
struct  CurlAssetAccessorOptions
 Options for constructing a CurlAssetAccessor. More...
 

Detailed Description

Provides the ability to access HTTP and other network resources using libcurl.

--- comment: This file was generated by dep-graph-gen. DO NOT EDIT THIS FILE! title: CesiumCurl Dependency Graph --- graph TD classDef dependencyNode fill:#fff,stroke:#ccc,color:#666,font-weight:bold,font-size:28px classDef libraryNode fill:#9f9,font-weight:bold,font-size:28px CesiumCurl[CesiumCurl] --> CURL_libcurl{{CURL::libcurl}} CesiumCurl[CesiumCurl] --> CesiumAsync[CesiumAsync] class CURL_libcurl dependencyNode class CesiumAsync,CesiumCurl libraryNode