URLComponents
extension URLComponents: URLConvertible
-
Returns a
URL
if theself
‘surl
is not nil, otherwise throws.Throws
AnAFError.invalidURL
instance.Declaration
Swift
public func asURL() throws -> URL
Return Value
The
URL
from theurl
property.