:relfileprefix: ../../../ [#D60C5B3965D790D7077F46BB6AA54BA1E41BC38C] = Function static_url::normalize_path pass:v,q[Normalize the URL path] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/static_url.adoc[static_url]& normalize_path(); ---- == Description pass:v,q[Applies Syntax-based normalization to the] pass:v,q[URL path.] pass:v,q[Percent-encoding triplets are normalized] pass:v,q[to uppercase letters. Percent-encoded] pass:v,q[octets that correspond to unreserved] pass:v,q[characters are decoded. Redundant] pass:v,q[path-segments are removed.] === Exception Safety pass:v,q[Strong guarantee.] pass:v,q[Calls to allocate may throw.] === Specification * link:https://datatracker.ietf.org/doc/html/rfc3986#section-6.2.2[6.2.2 Syntax-Based Normalization (rfc3986)] == Return Value * ``