boost::urls::authority_rule
Rule for authority
Synopsis
Declared in header <boost/url/rfc/authority_rule.hpp>
constexpr
implementation-defined authority_rule = {};
Description
Example
Rules are used with the function grammar::parse .
system::result< authority_view > rv = grammar::parse( "user:pass@example.com:8080", authority_rule );