Gets the path component of the URL.
std::string path() const;
Return Value
A string containing the path of the URL.
Remarks
The path string is unescaped. To obtain the path in escaped form, use
to_string(url::path_component)
.