URLMap Path Matcher Default Route Action Weighted Backend Service Header Action
data class URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderAction(val requestHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd>? = null, val requestHeadersToRemoves: List<String>? = null, val responseHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAdd>? = null, val responseHeadersToRemoves: List<String>? = null)
Constructors
Link copied to clipboard
constructor(requestHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd>? = null, requestHeadersToRemoves: List<String>? = null, responseHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAdd>? = null, responseHeadersToRemoves: List<String>? = null)
Properties
Link copied to clipboard
val requestHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd>? = null
Headers to add to a matching request prior to 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 prior to forwarding the request to the backendService.
Link copied to clipboard
val responseHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAdd>? = null
Headers to add the response prior to 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 prior to sending the response back to the client.