Interface HttpClientResponse
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
DefaultHttpClientTelemetryResponseWrapper,HttpClientResponse.Default
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
code
int code() -
headers
ru.tinkoff.kora.http.common.header.HttpHeaders headers() -
body
ru.tinkoff.kora.http.common.body.HttpBodyInput body() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-