Package org.springframework.cloud.gateway.filter.factory
@NullMarked
package org.springframework.cloud.gateway.filter.factory
TODO: package javadoc.
-
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.Adds one or more headers to the downstream request’s headers without overriding previous values.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 size in Content-Length header value is more than the permissible size.Save the currentWebSessionbefore executing the rest of theGatewayFilterChain.GatewayFilterFactory to provide a route filter that applies security headers to the HTTP response.POJO forSecureHeadersGatewayFilterFactoryfilter configuration.This filter changes the request uri.This filter removes the first part of the path, known as the prefix, from the request before sending it downstream.