response Header To Adds
suspend fun responseHeaderToAdds(value: Output<List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgs>>)
suspend fun responseHeaderToAdds(value: List<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgs>?)
Parameters
value
Headers to add to the response prior to sending it back to the client. Response headers are only sent to the client, and do not have an effect on the cache serving the response. Structure is documented below.
suspend fun responseHeaderToAdds(vararg values: Output<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgs>)
suspend fun responseHeaderToAdds(values: List<Output<EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgs>>)
suspend fun responseHeaderToAdds(vararg values: EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgs)
Parameters
values
Headers to add to the response prior to sending it back to the client. Response headers are only sent to the client, and do not have an effect on the cache serving the response. Structure is documented below.
suspend fun responseHeaderToAdds(argument: List<suspend EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgsBuilder.() -> Unit>)
suspend fun responseHeaderToAdds(vararg argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgsBuilder.() -> Unit)
suspend fun responseHeaderToAdds(argument: suspend EdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddArgsBuilder.() -> Unit)
Parameters
argument
Headers to add to the response prior to sending it back to the client. Response headers are only sent to the client, and do not have an effect on the cache serving the response. Structure is documented below.