You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem with this is that I couldn't find a way to specify the boolEncoding and arrayEncoding.
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
The text was updated successfully, but these errors were encountered:
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.
malcommac
changed the title
[Feature]: Possibility to specify boolEncoding and arrayEncoding strategies when adding parameters in bulk
Explicitly specify boolEncoding and arrayEncoding strategies when adding parameters in bulk via formURLEncodedBody()
Nov 27, 2022
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
The text was updated successfully, but these errors were encountered: