Implementation

harness.http.server.Implementation
See theImplementation companion object
trait Implementation[-R, ET <: Any]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

Value members

Abstract fields

val impl: (Path[ET], Query[ET], Auth[ET], Header[ET], Receive[InputBody[ET]]) => ZIO[Provided & R, DomainError, HttpResponse[Send[OutputBody[ET]]]]