![]() |
Home | Libraries | People | FAQ | More |
Rule for origin-form.
Defined in header <boost/url/rfc/origin_form_rule.hpp>
constexpr implementation-defined origin_form_rule;
This appears in the HTTP/1 request-line grammar.
using value_type = [link url.ref.boost__urls__url_view `url_view`];
Rules are used with the function grammar::parse
.
system::result< url_view > rv = [link url.ref.boost__urls__grammar__parse `grammar::parse`]( "/index.htm?layout=mobile" , [link url.ref.boost__urls__origin_form_rule `origin_form_rule`] );
origin-form = absolute-path [ "?" query ] absolute-path = 1*( "/" segment )
grammar::parse
,
parse_origin_form
,
url_view
.
Convenience header <boost/url.hpp>