Implementation

harness.http.server.Implementation$
See theImplementation companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class Builder[I, ET <: Any](zip: Out[InputWithCookies[ET], Receive[InputBody[ET]], I])

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

type Projection[R] = [ET <: Any] =>> Implementation[R, ET]
type Provided = Scope & HttpRequest

Value members

Concrete methods

def apply[ET <: Any](using zip: Zip[InputWithCookies[ET], Receive[InputBody[ET]]]): Builder[Out, ET]