Audacity 3.2.0
Public Attributes | List of all members
audacity::network_manager::CurlHandleManager::CachedHandle Struct Referencefinal
Collaboration diagram for audacity::network_manager::CurlHandleManager::CachedHandle:
[legend]

Public Attributes

RequestVerb Verb
 
std::string SchemeAndDomain
 
CURL * Handle { nullptr }
 
RequestTimePoint RequestTime
 

Detailed Description

Definition at line 105 of file CurlHandleManager.h.

Member Data Documentation

◆ Handle

CURL* audacity::network_manager::CurlHandleManager::CachedHandle::Handle { nullptr }

◆ RequestTime

RequestTimePoint audacity::network_manager::CurlHandleManager::CachedHandle::RequestTime

Definition at line 112 of file CurlHandleManager.h.

◆ SchemeAndDomain

std::string audacity::network_manager::CurlHandleManager::CachedHandle::SchemeAndDomain

Definition at line 108 of file CurlHandleManager.h.

◆ Verb

RequestVerb audacity::network_manager::CurlHandleManager::CachedHandle::Verb

Definition at line 107 of file CurlHandleManager.h.


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