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

URLEncodedFormEncoder_ArrayEncoding

mattt edited this page Sep 18, 2020 · 2 revisions

URLEncodedFormEncoder.ArrayEncoding

Encoding to use for Array values.

public enum ArrayEncoding

Enumeration Cases

brackets

An empty set of square brackets ("[]") are appended to the key for every value. This is the default encoding.

case brackets

noBrackets

No brackets are appended to the key and the key is encoded as is.

case noBrackets
Types
Protocols
Global Typealiases
Clone this wiki locally