dev.cheleb.ziotapir
Members list
Packages
Type members
Classlikes
Configuration for the backend client.
Configuration for the backend client.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
A client to the backend, extending the endpoints as methods.
A client to the backend, extending the endpoints as methods.
This client is used to call the backend from the frontend, but base URI must be provided at each call.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
The live implementation of the BackendClient with a different origin.
The live implementation of the BackendClient with a different origin.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Typed exception for restricted endpoints.
Typed exception for restricted endpoints.
Attributes
- Supertypes
-
trait Producttrait Equalsclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
A trait that provides a method to gather all the routes from a controllers.
A trait that provides a method to gather all the routes from a controllers.
The method gatherRoutes
takes a function that selects the routes from a controller, the type parameter C
is the type of the context that the routes require (Streams, WebSockets, etc.).
Type parameters
- C
-
The type of the context that the routes require.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
A client to the backend, extending the endpoints as methods.
A client to the backend, extending the endpoints as methods.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
The live implementation of the BackendClient.
The live implementation of the BackendClient.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
A base controller for all secured endpoints
A base controller for all secured endpoints
Value parameters
- principalExtractor
-
the function to extract the principal from the Security Input
Attributes
- Supertypes
Types
Type alias for ZIO streams with websockets.
Type alias for ZIO streams with websockets.
Needed for Tag (izumi.reflect.TagK) to work properly.