Multiple Header Values

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

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