Return the referenced url
url_base& url() noexcept;
Declared in file <boost/url/segments_ref.hpp> at line 238
This function returns the url referenced by the view.
url u( "/path/to/file.txt" ); assert( &u.segments().url() == &u );
Throws nothing.