exposeHeaders property

List<String>? exposeHeaders
final

A list of HTTP headers that the browsers are allowed to access. Serialized into Access-Control-Expose-Headers header.

Implementation

final List<String>? exposeHeaders;