LlamaLib  v2.0.2
Cross-platform library for local LLMs
Loading...
Searching...
No Matches
HttpResult Struct Reference

Public Attributes

std::string body
 
int status_code
 
std::string error_message
 
bool success
 

Detailed Description

Definition at line 9 of file ios_http_transport.h.

Constructor & Destructor Documentation

◆ HttpResult()

HttpResult::HttpResult ( )
inline

Definition at line 15 of file ios_http_transport.h.

Member Data Documentation

◆ body

std::string HttpResult::body

Definition at line 10 of file ios_http_transport.h.

◆ error_message

std::string HttpResult::error_message

Definition at line 12 of file ios_http_transport.h.

◆ status_code

int HttpResult::status_code

Definition at line 11 of file ios_http_transport.h.

◆ success

bool HttpResult::success

Definition at line 13 of file ios_http_transport.h.


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