URL

struct URL : ReferenceConvertible, Equatable
  • The authority of the URL comprised of the scheme and host.

    Declaration

    Swift

    public var authority: String?