org.springframework.http.server.package-info Maven / Gradle / Ivy
/**
* Contains an abstraction over server-side HTTP. This package
* contains the {@code ServerHttpRequest} and {@code ServerHttpResponse},
* as well as a Servlet-based implementation of these interfaces.
*/
@NonNullApi
@NonNullFields
package org.springframework.http.server;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;