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