HttpResponse
org.llm4s.http.HttpResponse
HTTP response wrapper exposing status code, body, and headers.
Value parameters
- body
-
Response body as a string
- headers
-
Response headers as a multi-valued map (lowercase keys)
- statusCode
-
HTTP status code (e.g. 200, 404)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article