BoolEncoding
public enum BoolEncoding
Configures how Bool
parameters are encoded.
- numeric: Encode
true
as1
andfalse
as0
. This is the default behavior. - literal: Encode
true
andfalse
as string literals.
Alamofire Docs (85% documented)
public enum BoolEncoding
Configures how Bool
parameters are encoded.
true
as 1
and false
as 0
. This is the default behavior.true
and false
as string literals.