LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::http::Response Struct Reference

An HTTP response, with the body already de-chunked. More...

#include <line/util/http.h>

Collaboration diagram for line::http::Response:

Public Attributes

int status = 0
 HTTP status code.
std::string body
 Response body, decoded.

Detailed Description

An HTTP response, with the body already de-chunked.

Definition at line 60 of file http.h.

Member Data Documentation

◆ body

std::string line::http::Response::body

Response body, decoded.

Definition at line 62 of file http.h.

Referenced by line::jmt::jmt_solve_rest(), and line::ldes::ldes_solve_rest().

◆ status

int line::http::Response::status = 0

HTTP status code.

Definition at line 61 of file http.h.

Referenced by line::jmt::jmt_solve_rest(), and line::ldes::ldes_solve_rest().


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