harness.http.server.Handler
final case class Handler[ServerEnv, ReqEnv](serverRuntime: Runtime[HarnessEnv & ServerEnv], reqLayer: RLayer[ServerEnv & Scope, ReqEnv], route: Route[ServerEnv & ReqEnv], 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
Members list
Attributes
-
Definition Classes
-
HttpHandler
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product