|
static const std::string | alexaClientSDK::avsCommon::utils::MIME_NEWLINE = "\r\n" |
| The newline characters that MIME parsers expect. More...
|
|
static const std::string | alexaClientSDK::avsCommon::utils::MIME_BOUNDARY_DASHES = "--" |
| The double dashes which may occur before and after a boundary string. More...
|
|
static const std::string | alexaClientSDK::avsCommon::utils::MIME_JSON_PREFIX_STRING = "Content-Type: application/json; charset=UTF-8" |
| The MIME text expected before a JSON part. More...
|
|
static const std::string | alexaClientSDK::avsCommon::utils::MIME_ATTACHMENT_PREFIX_STRING = "Content-Type: application/octet-stream" |
| The MIME text expected before a binary data part. More...
|
|
static const std::string | alexaClientSDK::avsCommon::utils::MIME_CONTENT_ID_PREFIX_STRING = "Content-ID: " |
| The MIME prefix for a content id header. More...
|
|
static const std::chrono::seconds | alexaClientSDK::avsCommon::utils::WAIT_FOR_DIRECTIVE_TIMEOUT_IN_SECONDS = std::chrono::seconds(1) |
| Our default timeout when validating if a MIME part was received by another object. More...
|
|