Package

sttp.client

listener

Permalink

package listener

Visibility
  1. Public
  2. All

Type Members

  1. class ListenerBackend[F[_], S, WS_HANDLER[_], L] extends SttpBackend[F, S, WS_HANDLER]

    Permalink

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

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

    Permalink

    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

    Permalink
  2. object RequestListener

    Permalink

Ungrouped