ServiceWorkerApp

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](app: HttpApp[F])(implicit F: Async[F]): Kleisli[F, Request, Response]
def unsafeExportApp(app: IO[HttpApp[[A] =>> IO[A]]])(implicit runtime: IORuntime): Request => Promise[Response]
def unsafeExportApp(app: HttpApp[[A] =>> IO[A]])(implicit runtime: IORuntime): Request => Promise[Response]