URLEncodedFormEncoder_ArrayEncoding - SwiftDocOrg/Alamofire GitHub Wiki

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