boost::urls::parse_path
Parse a string and return an encoded segment view
Synopsis
Declared in header <boost/url/parse_path.hpp>
system::result<segments_encoded_view>
parse_path(core::string_view s) noexcept;
Description
This function parses the string and returns the corresponding path object if the string is valid, otherwise returns an error.
Specification
Parse a string and return an encoded segment view
This function parses the string and returns the corresponding path object if the string is valid, otherwise returns an error.