Package org.springframework.cloud.gateway.filter.factory
package org.springframework.cloud.gateway.filter.factory
-
ClassDescriptionThis filter changes the request uri by
AbstractChangeRequestUriGatewayFilterFactory.determineRequestUri(ServerWebExchange, T)logic.This class is BETA and may be subject to change in a future release.This filter takes a JSON payload, transform it into a protobuf object, send it to a given gRPC channel, and transform the response back to JSON.This filter validates the size of each Request Header in the request, including the key.This filter changes the request uri by a request header.User Request Rate Limiter filter.This filter blocks the request, if the request size is more than the permissible size.Save the currentWebSessionbefore executing the rest of theGatewayFilterChain.https://blog.appcanary.com/2017/http-security-headers.html.This filter removes the first part of the path, known as the prefix, from the request before sending it downstream.