Nui
Public Attributes | List of all members
Nui::FetchResponse Struct Reference

#include <fetch_options.hpp>

Public Attributes

int32_t curlCode
 
int32_t status
 
int32_t proxyStatus
 
uint32_t downloadSize
 
std::string redirectUrl
 
std::string body
 
std::unordered_map< std::string, std::string > headers
 

Member Data Documentation

◆ body

std::string Nui::FetchResponse::body

◆ curlCode

int32_t Nui::FetchResponse::curlCode

◆ downloadSize

uint32_t Nui::FetchResponse::downloadSize

◆ headers

std::unordered_map<std::string, std::string> Nui::FetchResponse::headers

◆ proxyStatus

int32_t Nui::FetchResponse::proxyStatus

◆ redirectUrl

std::string Nui::FetchResponse::redirectUrl

◆ status

int32_t Nui::FetchResponse::status

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