Package ru.tinkoff.kora.http.common
Interface HttpResponseEntity<T>
public interface HttpResponseEntity<T>
-
Method Summary
Modifier and TypeMethodDescriptionbody()intcode()headers()static <T> HttpResponseEntity<T>of(int code, MutableHttpHeaders headers, T body) static <T> HttpResponseEntity<T>of(int code, T body)
-
Method Details
-
code
int code() -
headers
MutableHttpHeaders headers() -
body
-
of
-
of
-