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
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited fields
Attributes
- Inherited from:
- Result
In this article