Packages

package sttp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sttp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type SttpClient = SttpBackend[Task, Stream[Throwable, Byte], WebSocketHandler]

    An SttpClient is an SttpBackend for ZIO.

    An SttpClient is an SttpBackend for ZIO.

    Taken from https://sttp.softwaremill.com/en/v2/backends/zio.html

  2. final case class WebhookSttpClient(sttpClient: SttpClient, 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

Inherited from AnyRef

Inherited from Any

Ungrouped