WebURL Documentation Beta

Structure Web​URL.​Form​Encoded​Query​Parameters.​Key​Value​Pairs

public struct KeyValuePairs: Sequence 

A Sequence allowing iteration over all form-encoded key-value pairs contained in a URL's query.

Member Of

WebURL.FormEncodedQueryParameters

A view of the application/x-www-form-urlencoded key-value pairs in a URL's query.

Conforms To

Sequence

Properties

is​Empty

public var isEmpty: Bool 

Whether or not this sequence contains any key-value pairs.

Methods

make​Iterator()

public func makeIterator() -> Iterator