URLComponents

extension URLComponents: URLProvider
  • Returns a URL if the self‘s url is not nil, otherwise throws.

    Throws

    An AFError.invalidURL instance.

    Declaration

    Swift

    public func url() throws -> URL

    Return Value

    The URL from the url property.