URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderAction

Constructors

constructor(requestHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionRequestHeadersToAdd>? = null, requestHeadersToRemoves: List<String>? = null, responseHeadersToAdds: List<URLMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAdd>? = null, responseHeadersToRemoves: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.