formParams map is always empty when callMode = true
Closed this issue · 0 comments
oscar-ares commented
It's impossible to do a request with a "multipart/form-data" or "application/x-www-form-urlencoded" body with a generated class with callMode = true, because a formParams map is created but nothing gets added to it.