[#E341CF42989A77922F0FEBA702E6428F7007B80D]
Return the referenced url
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.