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