Contents

urlPathAllowed

Returns the character set for characters allowed in a path URL component.

Declaration

class var urlPathAllowed: CharacterSet { get }

Discussion

The path component of a URL is the component immediately following the host component (if present). It ends wherever the query or fragment component begins. For example, in the URL http://www.example.com/index.php?key1=value1, the path component is /index.php.

See Also

Getting Character Sets for URL Encoding