params
Return the query as a container of parameters
Synopsis
params_view
params() const noexcept;
Declared in file <include/boost/url/url_view_base.hpp> on line 1997
Defined in file <src/url_view_base.cpp> on line 542
Description
This function returns a bidirectional view of key/value pairs over the query. The returned view references the same underlying character buffer; ownership is not transferred. Any percent-escapes in strings returned when iterating the view are decoded first.