All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.http.DriverPlatformSpecific.scala Maven / Gradle / Ivy

package zio.http

import zio.ZLayer

import zio.http.netty.server.NettyDriver

trait DriverPlatformSpecific {
  val default: ZLayer[Server.Config, Throwable, Driver] =
    NettyDriver.live
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy