JavaResponseResult
harness.http.client.JavaResponseResult
final case class JavaResponseResult(responseCode: HttpCode, _headers: Map[String, List[String]], _contentLength: Option[Long], body: ResponseT) extends Result[ResponseT]
Attributes
- Graph
- Supertypes
- Self type