appending(queryItems:)
Returns a new URL formed by appending a list of query items to the URL.
Declaration
func appending(queryItems: [URLQueryItem]) -> URLParameters
- queryItems:
An array of Urlqueryitem instances to append to the URL.
Returns a new URL formed by appending a list of query items to the URL.
func appending(queryItems: [URLQueryItem]) -> URLAn array of Urlqueryitem instances to append to the URL.