Region Url Map Path Matcher Route Rule Header Action
data class RegionUrlMapPathMatcherRouteRuleHeaderAction(val requestHeadersToAdds: List<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd>? = null, val requestHeadersToRemoves: List<String>? = null, val responseHeadersToAdds: List<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd>? = null, val responseHeadersToRemoves: List<String>? = null)
Constructors
Link copied to clipboard
constructor(requestHeadersToAdds: List<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd>? = null, requestHeadersToRemoves: List<String>? = null, responseHeadersToAdds: List<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd>? = null, responseHeadersToRemoves: List<String>? = null)
Properties
Link copied to clipboard
val requestHeadersToAdds: List<RegionUrlMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd>? = null
Headers to add to a matching request before forwarding the request to the backendService. Structure is documented below.
Link copied to clipboard
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
Link copied to clipboard
val responseHeadersToAdds: List<RegionUrlMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd>? = null
Headers to add the response before sending the response back to the client. Structure is documented below.
Link copied to clipboard
A list of header names for headers that need to be removed from the response before sending the response back to the client.