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.
Appends a list of query items to the URL.
mutating func append(queryItems: [URLQueryItem])An array of Urlqueryitem instances to append to the URL.