Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
url::normalize

Normalize the URL components.

Synopsis
url_base&
normalize();
Description

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

Exception Safety

Strong guarantee. Calls to allocate may throw.

Specification

PrevUpHomeNext