boost::urls::url_base::normalize_scheme

Normalize the URL scheme

Synopsis

Declared in <include/boost/url/url_base.hpp>

url_base&
normalize_scheme();

Description

Applies Syntax-based normalization to the URL scheme.

The scheme is normalized to lowercase.

Strong guarantee.

Calls to allocate may throw.

  • 6.2.2 Syntax-Based Normalization (rfc3986)
  • Created with MrDocs