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

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

The newest version!
package zio.http

import zio.Trace

trait HandlerPlatformSpecific {
  self: Handler.type =>

  def fromResource(path: String)(implicit trace: Trace): Handler[Any, Throwable, Any, Response] =
    throw new UnsupportedOperationException("Not supported on Scala.js")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy