works.iterative.server.http.tapir
Members list
Type members
Classlikes
trait TapirEndpointModule[R, C] extends CustomTapir
A clean module that only focuses on defining Tapir endpoints and their implementations.
A clean module that only focuses on defining Tapir endpoints and their implementations.
This module is ZIO specific, and has R as environment. Also, it reports capabilities as C.
Attributes
- Companion
- object
- Supertypes
-
trait CustomTapirtrait CustomTapirPlatformSpecifictrait SttpClientInterpretertrait SttpClientInterpreterExtensionstrait ZTapirtrait TapirAliasestrait TapirJsonZiotrait Tapirtrait ModifyMacroSupporttrait ModifyMacroFunctorSupporttrait TapirStaticContentEndpointstrait TapirComputedInputstrait TapirExtensionsclass Objecttrait Matchableclass AnyShow all
- Self type
-
object TapirEndpointModule
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TapirEndpointModule.type
object TapirWebModuleAdapter
Adapts a TapirEndpointModule to a WebFeatureModule with HTTP routes
Adapts a TapirEndpointModule to a WebFeatureModule with HTTP routes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
In this article