ApiDispatcher

kreuzberg.miniserver.ApiDispatcher
case class ApiDispatcher(backend: ZioDispatcher)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def app(): HttpApp[Any, Throwable]
def encodeErrors(serviceName: String, callName: String)(in: Task[Response]): UIO[Response]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product