Audacity 3.2.0
Variables
audacity::network_manager::common_headers Namespace Reference

Variables

const std::string Accept = "Accept"
 
const std::string AcceptEncoding = "Accept-Encoding"
 
const std::string AcceptLanguage = "Accept-Language"
 
const std::string Authorization = "Authorization"
 
const std::string CacheControl = "Cache-Control"
 
const std::string Connection = "Connection"
 
const std::string ContentEncoding = "Content-Encoding"
 
const std::string ContentLength = "Content-Length"
 
const std::string ContentType = "Content-Type"
 
const std::string ContentDisposition = "Content-Disposition"
 
const std::string Cookie = "Cookie"
 
const std::string Host = "Host"
 
const std::string Origin = "Origin"
 
const std::string Referer = "Referer"
 
const std::string UserAgent = "User-Agent"
 
const std::string IfNoneMatch = "If-None-Match"
 
const std::string IfModifiedSince = "If-Modified-Since"
 

Variable Documentation

◆ Accept

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::Accept = "Accept"

◆ AcceptEncoding

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::AcceptEncoding = "Accept-Encoding"

Definition at line 38 of file HeadersList.cpp.

◆ AcceptLanguage

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::AcceptLanguage = "Accept-Language"

◆ Authorization

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::Authorization = "Authorization"

◆ CacheControl

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::CacheControl = "Cache-Control"

Definition at line 41 of file HeadersList.cpp.

◆ Connection

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::Connection = "Connection"

Definition at line 42 of file HeadersList.cpp.

◆ ContentDisposition

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::ContentDisposition = "Content-Disposition"

◆ ContentEncoding

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::ContentEncoding = "Content-Encoding"

Definition at line 43 of file HeadersList.cpp.

◆ ContentLength

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::ContentLength = "Content-Length"

Definition at line 44 of file HeadersList.cpp.

◆ ContentType

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::ContentType = "Content-Type"

◆ Cookie

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::Cookie = "Cookie"

Definition at line 47 of file HeadersList.cpp.

◆ Host

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::Host = "Host"

◆ IfModifiedSince

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::IfModifiedSince = "If-Modified-Since"

Definition at line 53 of file HeadersList.cpp.

◆ IfNoneMatch

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::IfNoneMatch = "If-None-Match"

◆ Origin

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::Origin = "Origin"

Definition at line 49 of file HeadersList.cpp.

◆ Referer

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::Referer = "Referer"

Definition at line 50 of file HeadersList.cpp.

◆ UserAgent

NETWORK_MANAGER_API const std::string audacity::network_manager::common_headers::UserAgent = "User-Agent"

Definition at line 51 of file HeadersList.cpp.