nxt::http::request struct

Minimal HTTP request representation.

Public variables

std::string method
Request method.
std::string target
Request target path and query.
std::string host
Host header value.
std::vector<header> headers
Extra request headers.
std::string body
Request body bytes.