mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-03 18:23:44 +00:00
* Adjust header serialization for Optional values * Add additional test verification to display the header type * Do not get a null value from an option if it is empty, but rather keep the None value. If a value is present it is converted to an Option[String]