Return the referenced url
<include/boost/url/params_ref.hpp>
url_base& url() const noexcept;
This function returns the url referenced by the view.
url u( "?key=value" ); assert( &u.segments().url() == &u );
Throws nothing.