custom Rout filter

Writing Custom Route Predicate Factories and Custom Gateway Filter Factories for Spring Cloud Gateway

Reading Time: 2 minutes Route Predicate Factories The Spring Cloud Gateway compares the routes of the incoming request as part of Spring WebFlux HandlerMapping infrastructure. It has many pre-defined route predicate factories. The predicates compares on the basis of different attributes passed on the HTTP request. Gateway Filter Factories The Spring Cloud Gateway Filter Factories provide the modifications of the incoming HTTP request or outgoing HTTP response in some Continue Reading