io.laminext.fetch.ReExports.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 ReExports {
type FetchEventStreamBuilder = io.laminext.fetch.FetchEventStreamBuilder
type FetchException = io.laminext.fetch.FetchException
type FetchResponse[A] = io.laminext.fetch.FetchResponse[A]
type FetchTimeout = io.laminext.fetch.FetchTimeout
type FetchError = io.laminext.fetch.FetchError
type ResponseError = io.laminext.fetch.ResponseError
type RequestUrl = io.laminext.fetch.RequestUrl
type ToRequestBody = io.laminext.fetch.ToRequestBody
type ToRequestUrl = io.laminext.fetch.ToRequestUrl
val Fetch: io.laminext.fetch.Fetch.type = io.laminext.fetch.Fetch
val ToRequestBody: io.laminext.fetch.ToRequestBody.type = io.laminext.fetch.ToRequestBody
val ToRequestUrl: io.laminext.fetch.ToRequestUrl.type = io.laminext.fetch.ToRequestUrl
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy