percentEncodedPath
The path URL component expressed as a URL-encoded string, or nil if not present.
Declaration
var percentEncodedPath: String? { get set }
Discussion
For example, in the URL http://www.example.com/index.html, the path is /index.html.
If you set this value to something that is not a valid, percent-encoded string, this class throws an exception.
See Also
Accessing components in URL-encoded format