URLComponents
struct URLComponents : ReferenceConvertible, Hashable, Equatable
-
Returns a URL if
urlis not nil, otherise throws anError.Throws
An
AFError.invalidURLifurlisnil.Declaration
Swift
public func asURL() throws -> URL
View on GitHub
URLComponents Extension Reference