RecordingSttpBackend
sttp.client3.testing.RecordingSttpBackend
class RecordingSttpBackend[F[_], +P](delegate: SttpBackend[F, P]) extends DelegateSttpBackend[F, P]
Attributes
- Graph
-
- Supertypes
Members list
Type members
Types
Value members
Concrete methods
Type parameters
- R
-
The capabilities required by the request. This must be a subset of the the capabilities supported by the backend (which always includes
Effect[F]
).
Attributes
- Definition Classes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- DelegateSttpBackend
Implicits
Inherited implicits
A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.
A monad instance for the effect type used when returning responses. Allows writing wrapper backends, which map/flatMap over the return value of send.
Attributes
- Definition Classes
- Inherited from:
- DelegateSttpBackend
In this article