Package org.springframework.http.server.reactive


@NonNullApi @NonNullFields package org.springframework.http.server.reactive
Abstractions for reactive HTTP server support including a ServerHttpRequest and ServerHttpResponse along with an HttpHandler for processing.

Also provides implementations adapting to different runtimes including Servlet containers, Netty + Reactor IO, and Undertow.