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[IO]])(implicit runtime: IORuntime): Function2[IncomingMessage, ServerResponse, Unit]
def unsafeExportApp(app: HttpApp[IO])(implicit runtime: IORuntime): Function2[IncomingMessage, ServerResponse, Unit]
def unsafeExportApps(apps: IO[Map[String, IO[HttpApp[IO]]]], exports: String*)(implicit runtime: IORuntime): Dictionary[Function2[IncomingMessage, ServerResponse, Unit]]