Skip to content

Commit

Permalink
Merge pull request #3115 from pjfanning/pekko-readme
Browse files Browse the repository at this point in the history
add Pekko HTTP support to README.md
  • Loading branch information
adamw authored Aug 17, 2023
2 parents a5c791d + 3bf4641 commit 36ddf6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ input and output parameters. An endpoint specification can be interpreted as:
* [Http4s](https://tapir.softwaremill.com/en/latest/server/http4s.html) `HttpRoutes[F]`
* [Netty](https://tapir.softwaremill.com/en/latest/server/netty.html)
* [Finatra](https://tapir.softwaremill.com/en/latest/server/finatra.html) `FinatraRoute`
* [Pekko HTTP](https://tapir.softwaremill.com/en/latest/server/pekkohttp.html) `Route`s/`Directive`s
* [Play](https://tapir.softwaremill.com/en/latest/server/play.html) `Route`
* [Vert.X](https://tapir.softwaremill.com/en/latest/server/vertx.html) `Router => Route`
* [ZIO Http](https://tapir.softwaremill.com/en/latest/server/ziohttp.html) `Http`
Expand Down

0 comments on commit 36ddf6e

Please sign in to comment.