AppliedResponse
harness.http.client.AppliedResponse
final class AppliedResponse(request: HttpRequest[RequestT]) extends ResponseOps[ClientT & Logger & Telemetry, Logger, ResponseT]
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
override protected def getResponse: HRIO[ClientT & Logger & Telemetry & Scope, HttpResponse[ResponseT]]
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- ResponseOps
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
In this article