Urdl C++ Library

PrevUpHomeNext
url::host

Gets the host component of the URL.

std::string host() const;

Return Value

A string containing the host name of the URL.


PrevUpHomeNext