LoggingWithResponseBodyBackend

sttp.client3.logging.LoggingWithResponseBodyBackend
class LoggingWithResponseBodyBackend[F[_], S](delegate: SttpBackend[F, S], log: Log[F], includeTiming: Boolean) extends DelegateSttpBackend[F, S]

Attributes

Graph
Supertypes
class DelegateSttpBackend[F, S]
trait SttpBackend[F, S]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def send[T, R >: S & Effect[F]](request: Request[T, R]): F[Response[T]]

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

override def close(): F[Unit]

Attributes

Definition Classes
Inherited from:
DelegateSttpBackend

Implicits

Inherited implicits

implicit override def responseMonad: MonadError[F]

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