Structureswift 6.0.1FoundationEssentials
URLQueryItem
A single name-value pair, for use with URLComponents
.
- iOS
- 8.0+
- macOS
- 10.10+
- tvOS
- 9.0+
- watchOS
- 2.0+
struct URLQueryItem
A single name-value pair, for use with URLComponents
.
struct URLQueryItem
import FoundationEssentials
protocol Copyable
A type whose values can be implicitly or explicitly copied.
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 Escapable
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
init(name: String, value: String?)
var customMirror: Mirror { get }
var debugDescription: String { get }
var description: String { get }
var name: String
var value: String?
static func == (lhs: URLQueryItem, rhs: URLQueryItem) -> Bool
func hash(into hasher: inout Hasher)
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.