AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
CurlEasyHandleWrapper.cpp File Reference
#include <iostream>
#include <AVSCommon/Utils/HTTP/HttpResponseCode.h>
#include "AVSCommon/Utils/Configuration/ConfigurationNode.h"
#include <AVSCommon/Utils/LibcurlUtils/CurlEasyHandleWrapper.h>
#include <AVSCommon/Utils/LibcurlUtils/LibcurlUtils.h>
#include <AVSCommon/Utils/Logger/Logger.h>
Include dependency graph for CurlEasyHandleWrapper.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::utils
 
 alexaClientSDK::avsCommon::utils::libcurlUtils
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string alexaClientSDK::avsCommon::utils::libcurlUtils::TAG ("CurlEasyHandleWrapper")
 String to identify log entries originating from this file. More...
 

Variables

static std::string alexaClientSDK::avsCommon::utils::libcurlUtils::JSON_MIME_TYPE = "application/json"
 MIME Content-Type for JSON data. More...
 
static std::string alexaClientSDK::avsCommon::utils::libcurlUtils::OCTET_MIME_TYPE = "application/octet-stream"
 MIME Content-Type for octet stream data. More...
 
static const std::string alexaClientSDK::avsCommon::utils::libcurlUtils::LIBCURLUTILS_CONFIG_KEY = "libcurlUtils"
 Key for looking up the LibCurlUtil ConfigurationNode. More...
 
static const std::string alexaClientSDK::avsCommon::utils::libcurlUtils::INTERFACE_CONFIG_KEY = "CURLOPT_INTERFACE"
 Key for looking up a configuration value for CURLOPT_INTERFACE. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
eventThe event string for this LogEntry.

AlexaClientSDK 1.26.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0