responseHeader property

List<String>? responseHeader
getter/setter pair

The list of HTTP headers other than the simple response headers to give permission for the user-agent to share across domains.

Implementation

core.List<core.String>? responseHeader;