Nix  2.93.0-dev
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
nix::ParsedURL Struct Reference
Collaboration diagram for nix::ParsedURL:
[legend]

Public Member Functions

std::string to_string () const
 
bool operator== (const ParsedURL &other) const
 

Public Attributes

std::string url
 
std::string base
 URL without query/fragment.
 
std::string scheme
 
std::optional< std::string > authority
 
std::string path
 
std::map< std::string, std::string > query
 
std::string fragment
 

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