boost::urls::url::normalize_scheme
Normalize the URL scheme
Synopsis
Declared in <include/boost/url/url.hpp>
url&
normalize_scheme();
Description
Applies Syntax-based normalization to the URL scheme.
The scheme is normalized to lowercase.
Normalize the URL scheme
Declared in <include/boost/url/url.hpp>
url&
normalize_scheme();
Applies Syntax-based normalization to the URL scheme.
The scheme is normalized to lowercase.