Return true if there are no params
<include/boost/url/params_base.hpp>
bool empty() const noexcept;
assert( ! url_view( "?key=value" ).params().empty() );