Contents

append(queryItems:)

Appends a list of query items to the URL.

Declaration

mutating func append(queryItems: [URLQueryItem])

Parameters

  • queryItems:

    An array of Urlqueryitem instances to append to the URL.

See Also

Adding query items