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

#include <httptask.h>

Public Member Functions

 HttpRequestInfo ()
 

Public Attributes

std::string url
 
std::vector< HttpParamrequestHeaders
 
std::string requestBody
 
HttpRequestType httpReqType
 
int timeOutInSecs
 

Constructor & Destructor Documentation

◆ HttpRequestInfo()

ttv::HttpTask::HttpRequestInfo::HttpRequestInfo ( )

Member Data Documentation

◆ httpReqType

HttpRequestType ttv::HttpTask::HttpRequestInfo::httpReqType

◆ requestBody

std::string ttv::HttpTask::HttpRequestInfo::requestBody

◆ requestHeaders

std::vector<HttpParam> ttv::HttpTask::HttpRequestInfo::requestHeaders

◆ timeOutInSecs

int ttv::HttpTask::HttpRequestInfo::timeOutInSecs

◆ url

std::string ttv::HttpTask::HttpRequestInfo::url

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