Package com.openai.core.http
Interface HttpResponse
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
public interface HttpResponse implements AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
HttpResponse.Handler
-
Method Summary
Modifier and Type Method Description abstract Integer
statusCode()
abstract Headers
headers()
abstract InputStream
body()
-
-
Method Detail
-
statusCode
abstract Integer statusCode()
-
body
abstract InputStream body()
-
-
-
-