spring-cloud-gateway-filters

Spring Cloud Gateway Pre and Post Filters

Reading Time: 4 minutes Spring Cloud Gateway Spring Cloud Gateway provides a flexible way of routing requests based on a number of criteria, as well as focuses on cross-cutting concerns such as security, resiliency, and monitoring. An API gateway allows you to implement the complexity separately from the client, moving that responsibility from user side to server side. All the client needs to know is how to talk to the gateway. It Continue Reading