Normalize the URL scheme
Applies Syntax-based normalization to the URL scheme.
The scheme is normalized to lowercase.
assert( url( "HTTP://www.example.com" ).normalize_scheme().buffer() == "http://www.example.com" );
Strong guarantee. Calls to allocate may throw.
*this