![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
An HTTP response, with the body already de-chunked. More...
#include <line/util/http.h>
Public Attributes | |
| int | status = 0 |
| HTTP status code. | |
| std::string | body |
| Response body, decoded. | |
| 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().
| 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().