boost::urls::uri_rule
Rule for URI
Synopsis
Declared in <boost/url/rfc/uri_rule.hpp>
constexpr /* implementation-defined */ uri_rule = {};
Example
Rules are used with the function grammar::parse
.
system::result< url_view > rv = grammar::parse( "https://www.example.com/index.htm?id=guest#s1", uri_rule );
See Also
Created with MrDocs