UrlPath
class UrlPath
Represents the path component of a URL
Parameters
segments
A list of path segments
trailingSlash
Indicates whether a trailing slash is present in the path (e.g., "/foo/bar/" vs "/foo/bar")
Represents the path component of a URL
A list of path segments
Indicates whether a trailing slash is present in the path (e.g., "/foo/bar/" vs "/foo/bar")