NAH 1.0.6
Native Application Host - Library API Reference
Loading...
Searching...
No Matches
nah::FetchResult Struct Reference

#include <materializer.hpp>

Public Attributes

std::string content_type
 
std::vector< uint8_tdata
 
std::string error
 
long http_status = 0
 
bool ok = false
 

Detailed Description

Definition at line 76 of file materializer.hpp.

Member Data Documentation

◆ content_type

std::string nah::FetchResult::content_type

Definition at line 81 of file materializer.hpp.

◆ data

std::vector<uint8_t> nah::FetchResult::data

Definition at line 79 of file materializer.hpp.

◆ error

std::string nah::FetchResult::error

Definition at line 78 of file materializer.hpp.

◆ http_status

long nah::FetchResult::http_status = 0

Definition at line 80 of file materializer.hpp.

◆ ok

bool nah::FetchResult::ok = false

Definition at line 77 of file materializer.hpp.


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