segments
Return the path as a container of segments
Synopsis
segments_view
segments() const noexcept;
Defined in file <include/boost/url/url_base.hpp> on line 1855
Description
This function returns a bidirectional view of strings over the path. 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.