[#B7EED1590A282ABB495C629026EEF41CD7ECE55D]
Return the referenced url
url_base& url() const noexcept;
This function returns the url referenced by the view.
url u( "/path/to/file.txt" );
assert( &u.segments().url() == &u );
Throws nothing.