boost::urls::absolute_uri_rule

Rule for absolute-URI

Synopsis

Declared in <include/boost/url/rfc/absolute_uri_rule.hpp>

constexpr
    _implementation-defined_ absolute_uri_rule = {};

Description

using value_type = url_view;

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 ); absolute-URI = scheme ":" hier-part [ "?" query ] hier-part = "//" authority path-abempty / path-absolute / path-rootless / path-empty
  • 4.3. Absolute URI (rfc3986)
  • See Also

    grammar::parse , parse_absolute_uri , url_view .

    Created with MrDocs