![JAR search and dependency download from the Maven repository](/logo.png)
zio.http.internal.CookieEncodingPlatformSpecific.scala Maven / Gradle / Ivy
package zio.http.internal
import scala.annotation.nowarn
@nowarn("msg=dead code")
private[http] trait CookieEncodingPlatformSpecific {
val default: CookieEncoding = throw new NotImplementedError("No version implemented for Scala.js yet.")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy