Class SuccessfulHttpResponse
java.lang.Object
dev.langchain4j.http.client.SuccessfulHttpResponse
-
Constructor Details
-
SuccessfulHttpResponse
-
-
Method Details
-
statusCode
public int statusCode() -
headers
-
contentType
- Returns:
- the value of the
Content-Typeresponse header (case-insensitive), or null if absent.
-
body
-
bodyBytes
public byte[] bodyBytes() -
builder
-