harness.http.server.Handler
final case class Handler[ServerEnv, ReqEnv](serverRuntime: Runtime[HarnessEnv & ServerEnv], reqLayer: RLayer[ServerEnv & Scope, ReqEnv], endpoints: List[Endpoint[ServerEnv & ReqEnv, Any]], debugErrorHeader: Boolean)(using evidence$1: Tag[ReqEnv]) extends HttpHandler
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
trait HttpHandler
class Object
trait Matchable
class Any
Show all
-
Self type
-
Members list
Attributes
-
Definition Classes
-
HttpHandler
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product