Structure
WebURL.FormEncodedQueryParameters.KeyValuePairs
public struct KeyValuePairs: Sequence
A Sequence
allowing iteration over all form-encoded key-value pairs contained in a URL's query.
Relationships
Member Of
WebURL.FormEncodedQueryParameters
A view of the
application/x-www-form-urlencoded
key-value pairs in a URL'squery
.
Conforms To
Sequence
Properties
isEmpty
public var isEmpty: Bool
Whether or not this sequence contains any key-value pairs.
Methods
makeIterator()
public func makeIterator() -> Iterator