[#8B23B601AC2D11BCD730992F4A8727EC1A4106B2]

Function url_base:: normalize_scheme

Normalize the URL scheme

Synopsis

            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

  • 6.2.2 Syntax-Based Normalization (rfc3986)