Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::ParsedURL Struct Reference

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
 

Member Function Documentation

◆ canonicalise()

ParsedURL nix::ParsedURL::canonicalise ( )

Remove . and .. path elements.


The documentation for this struct was generated from the following files: