[#CBC0B857F27378CC87813EA35D0C9E0D20E28CE5]
Constructor
url_view() noexcept;
Default constructed views refer to a string with zero length, which always remains valid. This matches the grammar for a relative-ref with an empty path and no query or fragment.
url_view u;
this->empty() == true
Constant.
Throws nothing.
relative-ref = relative-part [ "?" query ] [ "#" fragment ]