boost::urls::origin_form_rule
Rule for origin‐form
Synopsis
inline constexpr /* implementation-defined */ origin_form_rule = {};
Example
Rules are used with the function grammar::parse
.
system::result< url_view > rv = grammar::parse( "/index.htm?layout=mobile", origin_form_rule );
See Also
Created with MrDocs