Packages

p

sttp.client3

listener

package listener

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ListenerBackend[F[_], P, L] extends DelegateSttpBackend[F, P]

    A backend wrapper which notifies the given RequestListener when a request starts and completes.

  2. trait RequestListener[F[_], L] extends AnyRef

    A listener to be used by the ListenerBackend to get notified on request lifecycle events.

    A listener to be used by the ListenerBackend to get notified on request lifecycle events.

    L

    Type of a value ("tag") that is associated with a request, and passed the response (or exception) is available. Use Unit if no special value should be associated with a request.

Value Members

  1. object ListenerBackend
  2. object RequestListener

Ungrouped