Twitch SDK (Internal)
Public Member Functions | Public Attributes | List of all members
ttv::HttpParam Struct Reference

#include <httprequest.h>

Public Member Functions

 HttpParam (const std::string &name, const std::string &value)
 
 HttpParam (const std::string &name, int value)
 

Public Attributes

std::string paramName
 
std::string paramValue
 

Constructor & Destructor Documentation

◆ HttpParam() [1/2]

ttv::HttpParam::HttpParam ( const std::string &  name,
const std::string &  value 
)

◆ HttpParam() [2/2]

ttv::HttpParam::HttpParam ( const std::string &  name,
int  value 
)

Member Data Documentation

◆ paramName

std::string ttv::HttpParam::paramName

◆ paramValue

std::string ttv::HttpParam::paramValue

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