forked from loafle/openapi-generator-original
* 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]