Return the authority
authority_view authority() noexcept;
Declared in file <src/url_view_base.cpp> at line 147
This function returns the authority as an authority_view.
authority_view a = url_view( "https://www.example.com:8080/index.htm" ).authority();
Constant.
Throws nothing.
authority = [ userinfo "@" ] host [ ":" port ]