harness.http.client.HttpResponse
See theHttpResponse companion object
sealed abstract class HttpResponse[ResponseBody] extends Builder1[Any, ResponseBody]
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
- Self type
-
HttpResponse[ResponseBody]
Members list
Value members
Abstract methods
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
final def withBody[ResponseBody2](body: ResponseBody2, bodyOps: BodyOps[ResponseBody2]): HttpResponse[ResponseBody2]
Concrete fields
Inherited fields
Attributes
- Inherited from:
- Builder1
In this article