Closed
Description
Steps To Reproduce
According to the OpenAPI 3.0 definition, requestBody has encoding
option.
However, the encoding
option is missing from the generated code.
The current behavior
encoding
option is dissappear
The expected behavior
encoding
option should be respected.
IMO, if Content-Type is application/x-www-form-urlencoded
, encoding
option is required for the type of requestBody
.