URLComponents Extension Reference
From TealiumPrismCore:
extension URLComponents: URLConvertible
-
asUrl()From TealiumPrismCoreConverts these URL components to a URL.
Throws
An error if the conversion fails.Declaration
Swift
public func asUrl() throws -> URLReturn Value
The URL representation.