Public Member Functions | |
std::string | to_string () const |
bool | operator== (const ParsedURL &other) const noexcept |
ParsedURL | canonicalise () |
Public Attributes | |
std::string | scheme |
std::optional< std::string > | authority |
std::string | path |
std::map< std::string, std::string > | query |
std::string | fragment |
ParsedURL nix::ParsedURL::canonicalise | ( | ) |
Remove .
and ..
path elements.