normalize_scheme

Normalize the URL scheme

Synopsis

url_base&
normalize_scheme();

Declared in file <include/boost/url/url_base.hpp> on line 2558

Defined in file <src/url_base.cpp> on line 1711

Description

Applies Syntax-based normalization to the URL scheme. The scheme is normalized to lowercase.

Exception Safety

Strong guarantee. Calls to allocate may throw.