Closed nashfive closed 2 years ago
Hi @nashfive, currently, there is no a way to explicitly declare it. However, I exposed both of them inside the formURLEncodedBody()
in order to avoid iterating over each parameter which, obviously does not make sense. You will find in 1.8.0.
What problem are you facing?
I have a private method in my custom client to build my
HTTPRequest
s as follow:The problem with this is that I couldn't find a way to specify the
boolEncoding
andarrayEncoding
.So my question is: Is there a way to specify it without iterating over all the parameters and manually use the
request.addParameter(..., boolEncoding:, arrayEncoding:)
? Or do you seen it as a new feature, like specifying it in the.formURLEncodedBody()
method ?Other Information
No response