Rule for authority
<include/boost/url/rfc/authority_rule.hpp>
constexpr
_implementation-defined_ authority_rule = {};
using value_type = authority_view;
system::result< authority_view > rv = grammar::parse( "user:pass@example.com:8080", authority_rule );
authority = [ userinfo "@" ] host [ ":" port ]