Normalize the URL scheme
Synopsis
Declared in header </boost/url/url_base.hpp#L2558[boost/url/url_base.hpp,window=blank_]>
url_base&
normalize_scheme();
Description
Applies Syntax-based normalization to the URL scheme. The scheme is normalized to lowercase.
Exception Safety
Strong guarantee. Calls to allocate may throw.
Specification
Return Value
-
``