Generated by
JDiff

Package org.springframework.http

Added Classes and Interfaces
RequestEntity Extension of HttpEntity that adds a HttpMethod method and URI uri.
RequestEntity.BodyBuilder Defines a builder that adds a body to the response entity.
RequestEntity.HeadersBuilder Defines a builder that adds headers to the request entity.
ResponseEntity.BodyBuilder Defines a builder that adds a body to the response entity.
ResponseEntity.HeadersBuilder Defines a builder that adds headers to the response entity.
 

Changed Classes
HttpHeaders Represents HTTP request and response headers, mapping string header names to list of string values.
ResponseEntity Extension of HttpEntity that adds a HttpStatus status code.