Handler

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

Value members

Concrete methods

override def handle(exchange: HttpExchange): Unit

Attributes

Definition Classes
HttpHandler

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product