Normalize the URL scheme
<include/boost/url/url_base.hpp>
url_base& normalize_scheme();
Applies Syntax-based normalization to the URL scheme.
The scheme is normalized to lowercase.
Calls to allocate may throw.