responseHeadersToAdd property

List<HttpHeaderOption>? responseHeadersToAdd
getter/setter pair

Headers to add the response before sending the response back to the client.

Implementation

core.List<HttpHeaderOption>? responseHeadersToAdd;