normalize

Normalize the URL components

Synopsis

url_base& normalize();

Declared in file <src/url_base.cpp> at line 1926

Description

Applies Syntax-based normalization to all components of the URL.

Exception Safety

Strong guarantee. Calls to allocate may throw.

Specification

  • 6.2.2 Syntax-Based Normalization (rfc3986)