Guitar
Static Public Attributes | List of all members
WebClient::ContentType Class Reference

#include <webclient.h>

Static Public Attributes

static constexpr const char * APPLICATION_OCTET_STREAM = "application/octet-stream"
 
static constexpr const char * APPLICATION_X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded"
 
static constexpr const char * MULTIPART_FORM_DATA = "multipart/form-data"
 

Member Data Documentation

◆ APPLICATION_OCTET_STREAM

constexpr const char* WebClient::ContentType::APPLICATION_OCTET_STREAM = "application/octet-stream"
staticconstexpr

◆ APPLICATION_X_WWW_FORM_URLENCODED

constexpr const char* WebClient::ContentType::APPLICATION_X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded"
staticconstexpr

◆ MULTIPART_FORM_DATA

constexpr const char* WebClient::ContentType::MULTIPART_FORM_DATA = "multipart/form-data"
staticconstexpr

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