nxt::io::http::url struct

Parsed URL pieces supported by the small HTTP client.

Public variables

bool tls
True for https URLs.
std::string host
Hostname or address.
std::string port
Port text; may be empty when the scheme implies a default.
std::string target
Request target path and query.