boost::urls::static_url::normalize_scheme
Normalize the URL scheme
Synopsis
Declared in <boost/url/static_url.hpp>
static_url&
normalize_scheme();
Description
Applies Syntax‐based normalization to the URL scheme.
The scheme is normalized to lowercase.
Return Value
*this
Created with MrDocs