Package org.springframework.web.filter.reactive
@NonNullApi
@NonNullFields
package org.springframework.web.filter.reactive
WebFilter implementations for use in
reactive web applications.-
ClassesClassDescriptionReactive
WebFilterthat converts posted method parameters into HTTP methods, retrievable viaHttpRequest.getMethod().Inserts an attribute in the ReactorContextthat makes the currentServerWebExchangeavailable under the attribute nameServerWebExchangeContextFilter.EXCHANGE_CONTEXT_ATTRIBUTE.