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 interfaceHttpResponse.Handler
-
Method Summary
Modifier and Type Method Description abstract IntegerstatusCode()abstract Headersheaders()abstract InputStreambody()-
-
Method Detail
-
statusCode
abstract Integer statusCode()
-
body
abstract InputStream body()
-
-
-
-