Package org.springframework.web.filter.reactive
@NonNullApi
@NonNullFields
package org.springframework.web.filter.reactive
WebFilter
implementations for use in
reactive web applications.-
ClassDescriptionReactive
WebFilter
that converts posted method parameters into HTTP methods, retrievable viaHttpRequest.getMethod()
.Deprecated, for removal: This API element is subject to removal in a future version.Inserts an attribute in the ReactorContext
that makes the currentServerWebExchange
available under the attribute nameServerWebExchangeContextFilter.EXCHANGE_CONTEXT_ATTRIBUTE
.WebFilter
that modifies the URL, and then redirects or wraps the request to apply the change.Builder forUrlHandlerFilter
.A spec to configure a trailing slash handler.
WebHttpHandlerBuilder
.