| Name | Description | Type | Package | Framework |
| RequestEntity | Extension of HttpEntity that adds a method andUsed in RestTemplate and @Controller methods. | Class | org.springframework.http | Spring MVC |
| RequestEntity .BodyBuilder | Defines a builder that adds a body to the response entity. | Interface | org.springframework.http.RequestEntity | Spring MVC |
| RequestEntity .HeadersBuilder | Defines a builder that adds headers to the request entity. | Interface | org.springframework.http.RequestEntity | Spring MVC |