FetchSyntax

io.laminext.fetch.FetchSyntax
trait FetchSyntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def url(absolute: String, params: Map[String, Seq[String]]): RequestUrl

Implicits

Implicits

implicit def syntaxEventStreamOfFetchResponse[A](underlying: EventStream[FetchResponse[A]]): EventStreamOfFetchResponseOps[A]
implicit def syntaxEventStreamOfFetchResponseOfEither[L, R](underlying: EventStream[FetchResponse[Either[L, R]]]): EventStreamOfFetchResponseOfEitherOps[L, R]