Nix 2.28.2
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
nix::fetchers::CurlInputScheme Struct Referenceabstract
Inheritance diagram for nix::fetchers::CurlInputScheme:
nix::fetchers::FileInputScheme nix::fetchers::TarballInputScheme

Public Member Functions

bool hasTarballExtension (std::string_view path) const
 
virtual bool isValidURL (const ParsedURL &url, bool requireTree) const =0
 
std::optional< Input > inputFromURL (const Settings &settings, const ParsedURL &_url, bool requireTree) const override
 
StringSet allowedAttrs () const override
 
std::optional< Input > inputFromAttrs (const Settings &settings, const Attrs &attrs) const override
 
ParsedURL toURL (const Input &input) const override
 
bool isLocked (const Input &input) const override
 

Public Attributes

const std::set< std::string > transportUrlSchemes = {"file", "http", "https"}
 

Static Public Attributes

static const std::set< std::string > specialParams
 

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