zio.http.datastar

Members list

Type members

Classlikes

final class Datastar(val queue: Queue[ServerSentEvent[String]]) extends AnyVal

Attributes

Companion
object
Supertypes
class AnyVal
trait Matchable
class Any
object Datastar

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Datastar.type
sealed trait ElementPatchMode extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object After
object Append
object Before
object Inner
object Outer
object Prepend
object Remove
object Replace
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait EventType extends Product, Serializable

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object PatchElements
object PatchSignals
object EventType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EventType.type
final case class ExecuteScriptOptions(autoRemove: Boolean, attributes: Seq[(String, String)], eventId: Option[String], retryDuration: Duration)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PatchElementOptions(selector: Option[CssSelector], mode: ElementPatchMode, useViewTransition: Boolean, eventId: Option[String], retryDuration: Duration)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PatchSignalOptions(onlyIfMissing: Boolean, eventId: Option[String], retryDuration: Duration)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def events[R, R1, In](h: Handler[R, Nothing, In, Unit])(implicit ev: R <:< (R1 & Datastar)): Handler[R1, Nothing, In, Response]