Multiple Header Values

By default when a header has multiple values, multiple headers will be sent each with a single value. It is possible to change the behavior to send a single header with the list of values comma separated by setting a configuration option.

  1. micronaut:
  2. server:
  3. cors:
  4. single-header: true