io.laminext.fetch.ops.FetchEventStreamBuilderOps.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
package ops
class FetchEventStreamBuilderOps(underlying: FetchEventStreamBuilder) {
def body(body: ToRequestBody): FetchEventStreamBuilder = underlying.setBody(body)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy