ServerlessApp

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](app: HttpApp[F])(implicit F: Async[F]): (IncomingMessage, ServerResponse) => F[Unit]
def unsafeExportApp(app: IO[HttpApp[[A] =>> IO[A]]])(implicit runtime: IORuntime): Function2[IncomingMessage, ServerResponse, Unit]
def unsafeExportApp(app: HttpApp[[A] =>> IO[A]])(implicit runtime: IORuntime): Function2[IncomingMessage, ServerResponse, Unit]
def unsafeExportApps(apps: IO[Map[String, IO[HttpApp[[A] =>> IO[A]]]]], exports: String*)(implicit runtime: IORuntime): Dictionary[Function2[IncomingMessage, ServerResponse, Unit]]