Audacity 3.2.0
|
Public Attributes | |
RequestVerb | Verb |
std::string | SchemeAndDomain |
CURL * | Handle { nullptr } |
RequestTimePoint | RequestTime |
Definition at line 105 of file CurlHandleManager.h.
CURL* audacity::network_manager::CurlHandleManager::CachedHandle::Handle { nullptr } |
Definition at line 110 of file CurlHandleManager.h.
Referenced by audacity::network_manager::CurlHandleManager::getCurlHandleFromCache().
RequestTimePoint audacity::network_manager::CurlHandleManager::CachedHandle::RequestTime |
Definition at line 112 of file CurlHandleManager.h.
std::string audacity::network_manager::CurlHandleManager::CachedHandle::SchemeAndDomain |
Definition at line 108 of file CurlHandleManager.h.
RequestVerb audacity::network_manager::CurlHandleManager::CachedHandle::Verb |
Definition at line 107 of file CurlHandleManager.h.