:relfileprefix: ../../../ [#E0267C79B2A08AF0906D1268603EFC3E63A4A365] = Function url_base::normalize_query pass:v,q[Normalize the URL query] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- xref:boost/urls/url_base.adoc[url_base]& normalize_query(); ---- == Description pass:v,q[Applies Syntax-based normalization to the] pass:v,q[URL query.] 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.] === 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 * ``