normalize_scheme

Normalize the URL scheme

Synopsis

static_url&
normalize_scheme();

Defined in file <include/boost/url/static_url.hpp> on line 425

Description

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

Exception Safety

Strong guarantee. Calls to allocate may throw.