exposeHeaders property

List<String>? exposeHeaders
final

One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).

Implementation

final List<String>? exposeHeaders;