package sttp
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sttp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
SttpClient = SttpBackend[Task, Stream[Throwable, Byte], WebSocketHandler]
An SttpClient is an
SttpBackendfor ZIO.An SttpClient is an
SttpBackendfor ZIO.Taken from https://sttp.softwaremill.com/en/v2/backends/zio.html
-
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
- object WebhookSttpClient extends Serializable