#include <url.hh>
Public Attributes | |
std::optional< std::string_view > | application |
std::string_view | transport |
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.