Contents

appending(queryItems:)

Returns a new URL formed by appending a list of query items to the URL.

Declaration

func appending(queryItems: [URLQueryItem]) -> URL

Parameters

  • queryItems:

    An array of Urlqueryitem instances to append to the URL.

See Also

Adding query items