From 8701afe711dd054b7c697b10c2423be16979b62f Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 18 Apr 2024 21:42:54 +0200 Subject: [PATCH] Add link to tapir-kyo --- doc/other_interpreters.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/other_interpreters.md b/doc/other_interpreters.md index b795028824..20c8ae8824 100644 --- a/doc/other_interpreters.md +++ b/doc/other_interpreters.md @@ -22,3 +22,7 @@ layer that allows you to create traced http endpoints from tapir Endpoint defini ## tapir-http-session [tapir-http-session](https://github.com/SOFTNETWORK-APP/tapir-http-session) provides integration with functionality of [akka-http-session](https://github.com/softwaremill/akka-http-session), which includes client-side session management in web and mobile applications. + +## tapir + kyo + +[Kyo](https://github.com/getkyo/kyo/#routes-http-server-via-tapir) includes a tapir integration module.