Audacity 3.2.0
Namespaces | Variables
HeadersList.cpp File Reference

Define HTTP headers list class. More...

#include "HeadersList.h"
#include <algorithm>
#include <cctype>
Include dependency graph for HeadersList.cpp:

Go to the source code of this file.

Namespaces

namespace  audacity
 
namespace  audacity::network_manager
 
namespace  audacity::network_manager::common_headers
 
namespace  audacity::network_manager::common_content_types
 

Variables

const std::string audacity::network_manager::common_headers::Accept = "Accept"
 
const std::string audacity::network_manager::common_headers::AcceptEncoding = "Accept-Encoding"
 
const std::string audacity::network_manager::common_headers::AcceptLanguage = "Accept-Language"
 
const std::string audacity::network_manager::common_headers::Authorization = "Authorization"
 
const std::string audacity::network_manager::common_headers::CacheControl = "Cache-Control"
 
const std::string audacity::network_manager::common_headers::Connection = "Connection"
 
const std::string audacity::network_manager::common_headers::ContentEncoding = "Content-Encoding"
 
const std::string audacity::network_manager::common_headers::ContentLength = "Content-Length"
 
const std::string audacity::network_manager::common_headers::ContentType = "Content-Type"
 
const std::string audacity::network_manager::common_headers::ContentDisposition = "Content-Disposition"
 
const std::string audacity::network_manager::common_headers::Cookie = "Cookie"
 
const std::string audacity::network_manager::common_headers::Host = "Host"
 
const std::string audacity::network_manager::common_headers::Origin = "Origin"
 
const std::string audacity::network_manager::common_headers::Referer = "Referer"
 
const std::string audacity::network_manager::common_headers::UserAgent = "User-Agent"
 
const std::string audacity::network_manager::common_headers::IfNoneMatch = "If-None-Match"
 
const std::string audacity::network_manager::common_headers::IfModifiedSince = "If-Modified-Since"
 
const std::string audacity::network_manager::common_content_types::ApplicationJson = "application/json"
 
const std::string audacity::network_manager::common_content_types::ApplicationXml = "application/xml"
 
const std::string audacity::network_manager::common_content_types::ApplicationXWwwFormUrlencoded = "application/x-www-form-urlencoded"
 
const std::string audacity::network_manager::common_content_types::ApplicationXOctetStream = "application/x-octet-stream"
 
const std::string audacity::network_manager::common_content_types::ApplicationXGzip = "application/x-gzip"
 
const std::string audacity::network_manager::common_content_types::MultipartFormData = "multipart/form-data"
 

Detailed Description

Define HTTP headers list class.


Audacity: A Digital Audio Editor

Dmitry Vedenko

Definition in file HeadersList.cpp.