URLConvertible

public protocol URLConvertible

Allows interchangeable use of String and URL in calls that need a URL.

  • url

    The URL represented by this value.

    Declaration

    Swift

    var url: URL? { get }