Structure
ValidatedURL
An RFC 3986 compliant URL.
struct ValidatedURL
Discussion
Use this wrapper type to make sure your stored URLs comply to RFC 3986 that URLComponents implements, rather than the less- strict implementation of URL.
For example, due to older RFC compliance, URL fails to parse relative topic references with a fragment like this:
Topics
Instance Properties