|
Twitch SDK (Internal)
|
#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 |
| ttv::HttpParam::HttpParam | ( | const std::string & | name, |
| const std::string & | value | ||
| ) |
| ttv::HttpParam::HttpParam | ( | const std::string & | name, |
| int | value | ||
| ) |
| std::string ttv::HttpParam::paramName |
| std::string ttv::HttpParam::paramValue |
1.8.13