io.laminext.fetch.ToRequestUrl.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fetch_sjs1_3 Show documentation
Show all versions of fetch_sjs1_3 Show documentation
Laminar utilities and components
package io.laminext.fetch
trait ToRequestUrl {
def apply(): String
}
object ToRequestUrl {
implicit def stringRequestUri(uri: String): ToRequestUrl = () => uri
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy