io.laminext.fetch.upickle.FetchUpickleSyntax.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fetch-upickle_sjs1_3 Show documentation
Show all versions of fetch-upickle_sjs1_3 Show documentation
Laminar utilities and components
package io.laminext.fetch
package upickle
import _root_.upickle.default._
trait FetchUpickleSyntax {
implicit def jsonRequestBody[A](value: A)(implicit encoder: Writer[A]): ToRequestBody =
new JsonToRequestBody(write(value))
implicit def fetchEventStreamBuilderSyntaxCirce(b: FetchEventStreamBuilder): FetchEventStreamBuilderUpickleOps =
new FetchEventStreamBuilderUpickleOps(b)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy