[#CB0F2010ED836AB948B7BE8F0907F6C9C86AF3A3]

Function url:: normalize_scheme

Normalize the URL scheme

Synopsis

            url&
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

  • 6.2.2 Syntax-Based Normalization (rfc3986)