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.
*
*/
package org.springframework.http.server;