NSURLQueryItem
An object representing a single name/value pair for an item in the query portion of a URL.
Declaration
class NSURLQueryItemOverview
In Swift, this object bridges to URLQueryItem; use NSURLQueryItem when you need reference semantics or other Foundation-specific behavior.
You use query items with the queryItems property of an NSURLComponents object.