Interface HttpResponseEntity<T>


public interface HttpResponseEntity<T>
Русский: Описывает HTTP ответ как сущность с метаинформацией о коде ответа и заголовках
English: Describes an HTTP response as an entity with meta-information about the response code and headers

Пример / Example:
 
 HttpResponseEntity.of(200, "OK")