Interface HttpClientResponse

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DefaultHttpClientTelemetryResponseWrapper, HttpClientResponse.Default

public interface HttpClientResponse extends Closeable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ru.tinkoff.kora.http.common.body.HttpBodyInput
     
    void
     
    int
     
    ru.tinkoff.kora.http.common.header.HttpHeaders
     
  • Method Details

    • code

      int code()
    • headers

      ru.tinkoff.kora.http.common.header.HttpHeaders headers()
    • body

      ru.tinkoff.kora.http.common.body.HttpBodyInput body()
    • close

      void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException