exposedResponseHeaders property

List<String> exposedResponseHeaders
getter/setter pair

Which response headers to expose to the client.

Defaults to empty. In the specification (http://www.w3.org/TR/cors/), this is 'list of exposed headers'.

Implementation

late List<String> exposedResponseHeaders;