String
struct String
-
Returns a URL if
self
represents a valid URL string that conforms to RFC 2396 or throws anAFError
.Throws
An
AFError.invalidURL
ifself
is not a valid URL string.Declaration
Swift
public func asURL() throws -> URL