nxt::http::response_head struct

Parsed HTTP response start line and headers.

Public variables

std::string version
HTTP version string, such as HTTP/1.1.
int status
Numeric status code.
std::string reason
Reason phrase.
std::vector<header> headers
Response headers in wire order.