18#ifndef CORE_NET_HTTP_RESPONSE_H_
19#define CORE_NET_HTTP_RESPONSE_H_
The Response struct models a response to a core::net::http::Request.
Header header
The header fields of the response.
std::string Body
The body of the response is a string.
Body body
The body of the response.
Status status
The HTTP status as sent by the server.
#define CORE_NET_DLL_PUBLIC