URLComponents
struct URLComponents : ReferenceConvertible, Hashable, Equatable
-
Returns a URL if
url
is not nil, otherise throws anError
.Throws
An
AFError.invalidURL
ifurl
isnil
.Declaration
Swift
public func asURL() throws -> URL