StructureFoundation5.9.0
URLQueryItem
A single name-value pair, for use with URLComponents
.
struct URLQueryItem
Citizens in Foundation
Conformances
protocol CustomDebugStringConvertible
A type with a customized textual representation suitable for debugging purposes.
protocol CustomReflectable
A type that explicitly supplies its own mirror.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol ReferenceConvertible
Decorates types which are backed by a Foundation reference type.
Members
init(name: String, value: String?
) var customMirror: Mirror
var debugDescription: String
var description: String
var name: String
var value: String?
static func == (URLQueryItem, URLQueryItem
) -> Bool func hash(into: inout Hasher
) typealias ReferenceType