harness.http.client.HttpResponse
See theHttpResponse companion object
final class HttpResponse[ResponseBody] extends ResponseOps[Any, Logger, ResponseBody]
Attributes
- Companion
- object
- Graph
-
- Supertypes
- Self type
-
HttpResponse[ResponseBody]
Members list
Value members
Concrete methods
Attributes
- Definition Classes
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
Inherited methods
final def decodedBody[T](implicit decoder: StringDecoder[T]): HRIO[GetResponseR & GetBodyR & Logger, T]
Attributes
- Inherited from:
- ResponseOps
Attributes
- Inherited from:
- ResponseOps
final def rawDecodedBody[T](implicit decoder: StringDecoder[T]): HRIO[GetResponseR & GetBodyR & Logger, T]
Attributes
- Inherited from:
- ResponseOps
final def rawJsonBody[T](using evidence$1: JsonDecoder[T]): HRIO[GetResponseR & GetBodyR & Logger, T]
Attributes
- Inherited from:
- ResponseOps
Attributes
- Inherited from:
- ResponseOps
Concrete fields
In this article