From f82250e6150084150fe44938a0fffe57347884f9 Mon Sep 17 00:00:00 2001 From: "bartlomiej.zylinski" Date: Fri, 26 Apr 2024 10:25:33 +0200 Subject: [PATCH] Added Pekko line --- docs/backends/summary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/backends/summary.md b/docs/backends/summary.md index a6e0320c89..efd174b2d6 100644 --- a/docs/backends/summary.md +++ b/docs/backends/summary.md @@ -20,6 +20,7 @@ Which one to choose? * for simple exploratory requests, use the [synchronous](synchronous.md) `DefaultSyncBackend` / `HttpClientSyncBackend`. * if you have Akka in your stack, use the [Akka backend](akka.md) or [Pekko backend](pekko.md) +* if you have Pekko in your stack, use the [Pekko backend](pekko.md) * if you are using `Future` without Akka, use the `DefaultFutureBackend` / `HttpClientFutureBackend` * finally, if you are using a functional effect wrapper, use one of the "functional" backends, for [ZIO](zio.md), [Monix](monix.md), [Scalaz](scalaz.md), [cats-effect](catseffect.md) or [fs2](fs2.md).