mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 23:27:04 +00:00
* Handle form parameters in a way similar to Java client. * Handle file uploading. * Normalize query, header and form parameters with the ApiInvoker.parameterToString method, which formats Date value to ISO 8601.