Package org.springframework.http

Contains a basic abstraction over client/server-side HTTP.

See:
          Description

Interface Summary
HttpInputMessage Represents a HTTP output message, consisting of headers and a readable body.
HttpMessage Represents the base interface for HTTP request and response messages.
HttpOutputMessage Represents a HTTP output message, consisting of headers and a writable body.
 

Class Summary
HttpHeaders Represents HTTP request and response headers, mapping string header names to list of string values.
MediaType Represents an Internet Media Type, as defined in the HTTP specification.
MediaTypeEditor Editor for MediaType descriptors, to automatically convert String specifications (e.g.
 

Enum Summary
HttpMethod Java 5 enumeration of HTTP request methods.
HttpStatus Java 5 enumeration of HTTP status codes.
HttpStatus.Series Java 5 enumeration of HTTP status series.
 

Package org.springframework.http Description

Contains a basic abstraction over client/server-side HTTP. This package contains the HttpInputMessage and HttpOutputMessage interfaces.