spring-framework / org.springframework.web.reactive.function.server.support

Package org.springframework.web.reactive.function.server.support

Types

ServerRequestWrapper

open class ServerRequestWrapper : ServerRequest

Implementation of the ServerRequest interface that can be subclassed to adapt the request to a HandlerFunction. All methods default to calling through to the wrapped request.