Skip to main content

SleepyDiscord::HeaderPair

Public Functions Documentation​

function HeaderPair​

inline HeaderPair(
const char * _name
)

function HeaderPair​

inline HeaderPair(
const char * _name,
std::string _value
)

Public Attributes Documentation​

variable name​

const char *const name;

variable value​

std::string value = "";

Updated on 13 April 2022 at 18:39:59 UTC