boost::urls::segments_base::front
Return the first segment
Synopsis
Declared in <boost/url/segments_base.hpp>
std::string
front() const noexcept;
Description
This function returns a string with the first segment of the path without any leading or trailing '/' separators. Any percent‐escapes in the string are decoded first.
Return Value
The first segment.
Created with MrDocs