Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

URLEncoding_ArrayEncoding

mattt edited this page Sep 18, 2020 · 2 revisions

URLEncoding.ArrayEncoding

Configures how Array parameters are encoded.

public enum ArrayEncoding

Enumeration Cases

brackets

An empty set of square brackets is appended to the key for every value. This is the default behavior.

case brackets

noBrackets

No brackets are appended. The key is encoded as is.

case noBrackets
Types
Protocols
Global Typealiases
Clone this wiki locally