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

#include <url.hh>

Public Attributes

std::optional< std::string_view > application
 
std::string_view transport
 

Detailed Description

Although that’s not really standardized anywhere, an number of tools use a scheme of the form 'x+y' in urls, where y is the “transport layer” scheme, and x is the “application layer” scheme.

For example git uses git+https to designate remotes using a Git protocol over http.


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