Uses of Interface
org.springframework.web.filter.reactive.UrlHandlerFilter.Builder
Packages that use UrlHandlerFilter.Builder
-
Uses of UrlHandlerFilter.Builder in org.springframework.web.filter.reactive
Methods in org.springframework.web.filter.reactive that return UrlHandlerFilter.BuilderModifier and TypeMethodDescriptionUrlHandlerFilter.Builder.TrailingSlashSpec.mutateRequest()Handle the request by wrapping it in order to trim the trailing slash, and delegating to the rest of the filter chain.UrlHandlerFilter.Builder.TrailingSlashSpec.redirect(HttpStatusCode statusCode) Handle requests by sending a redirect to the same URL but the trailing slash trimmed.