HttpRawResponse
org.llm4s.http.HttpRawResponse
HTTP response wrapper for binary (non-text) response bodies.
Use this instead of HttpResponse when the response body is binary data (e.g. image bytes) to avoid lossy charset decoding.
Value parameters
- body
-
Raw response bytes — exact wire representation, no charset conversion
- statusCode
-
HTTP status code
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article