Packages

package sttp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class WebhookSttpClient(sttpClient: SttpBackend[Task, ZioStreams with WebSockets], permits: Semaphore) extends WebhookHttpClient with Product with Serializable

    A WebhookSttpClient provides a WebhookHttpClient using sttp's ZIO backend, i.e.

    A WebhookSttpClient provides a WebhookHttpClient using sttp's ZIO backend, i.e. AsyncHttpClientZioBackend.

Value Members

  1. object WebhookSttpClient extends Serializable

Ungrouped