boost::urls::authority_rule
Rule for authority
Synopsis
constexpr
_implementation‐defined_ authority_rule = {};
Description
using value_type = authority_view;
Rules are used with the function
grammar::parse .
system::result< authority_view > rv = grammar::parse( "user:pass@example.com:8080", authority_rule );
authority = [ userinfo "@" ] host [ ":" port ]
See Also
Created with MrDocs