oapi-codegen
oapi-codegen copied to clipboard
Optional response header
To fix issue #1301, when header is optional, field for this is generate as pointer type. When this field is nil, corresponding header is not set in functions Visit*. However, this change introduce some incompatibility. So we add compatibility option.
And this PR included PR #1411.