harness.http.server.Handler
See theHandler companion object
final case class Handler[ServerEnv, ReqEnv](serverRuntime: Runtime[HarnessEnv & ServerEnv], reqLayer: HRLayer[ServerEnv & Scope, ReqEnv], route: Route[ServerEnv & ReqEnv])(using evidence$1: Tag[ReqEnv]) extends HttpHandler
Attributes
-
Companion
-
object
-
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