Back to Alamofire

String

docs/Extensions/String.html

5.12.0363 B
Original Source

String

extension String: URLConvertible

`

                asURL()
                `

Returns a URL if self can be used to initialize a URL instance, otherwise throws.

Throws

An AFError.invalidURL instance.

Declaration

Swift

public func asURL() throws -> URL

Return Value

The URL initialized with self.