Http4sBlazeServerModule
object Http4sBlazeServerModule
Value members
Concrete methods
def make[F[_]](config: Http4sBlazeServerConfig, httpApp: HttpApp[F], executionContext: ExecutionContext)(using evidence$1: ConcurrentEffect[F], evidence$2: Timer[F]): Resource[F, Server]
Makes org.http4s.server.Server (Blaze) initialized with the given config and org.http4s.HttpApp.
Makes org.http4s.server.Server (Blaze) initialized with the given config and org.http4s.HttpApp.
- Value parameters:
- executionContext
callback handling scala.concurrent.ExecutionContext