org.llm4s.toolapi.builtin.http.HTTPResult
See theHTTPResult companion object
case class HTTPResult(url: String, method: String, statusCode: Int, statusMessage: String, headers: Map[String, String], body: String, contentType: Option[String], contentLength: Long, truncated: Boolean, responseTimeMs: Long)
HTTP response result.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article