CanConstruct

sealed trait CanConstruct[A, B]

Constructors to make an HttpApp using an Endpoint

Companion:
object
class Object
trait Matchable
class Any

Type members

Types

type EOut
type ROut

Value members

Abstract methods

def make(route: Endpoint[A], f: ParameterizedRequest[A] => B): HttpApp[ROut, EOut]