Back to Alamofire

URLComponents

docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/URLComponents.html

5.12.0359 B
Original Source

URLComponents

extension URLComponents: URLConvertible

`

                asURL()
                `

Returns a URL if the self‘s url is not nil, otherwise throws.

Throws

An AFError.invalidURL instance.

Declaration

Swift

public func asURL() throws -> URL

Return Value

The URL from the url property.