Class URLMapHeaderAction


  • public final class URLMapHeaderAction
    extends java.lang.Object
    • Method Detail

      • requestHeadersToAdds

        public java.util.List<URLMapHeaderActionRequestHeadersToAdd> requestHeadersToAdds()
        Returns:
        Headers to add to a matching request prior to forwarding the request to the backendService. Structure is documented below.
      • requestHeadersToRemoves

        public java.util.List<java.lang.String> requestHeadersToRemoves()
        Returns:
        A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.
      • responseHeadersToAdds

        public java.util.List<URLMapHeaderActionResponseHeadersToAdd> responseHeadersToAdds()
        Returns:
        Headers to add the response prior to sending the response back to the client. Structure is documented below.
      • responseHeadersToRemoves

        public java.util.List<java.lang.String> responseHeadersToRemoves()
        Returns:
        A list of header names for headers that need to be removed from the response prior to sending the response back to the client.