Rule for absolute‐URI
Synopsis
inline constexpr /* implementation-defined */ absolute_uri_rule = {};Value Type
using value_type = url_view;Example
Rules are used with the function grammar::parse.
system::result< url_view > rv = grammar::parse( "http://example.com/index.htm?id=1", absolute_uri_rule );BNF
absolute-URI    = scheme ":" hier-part [ "?" query ]
hier-part       = "//" authority path-abempty
                / path-absolute
                / path-rootless
                / path-emptySpecification
See Also
Created with MrDocs