io.laminext.fetch.jsoniter

Members list

Concise view

Type members

Classlikes

class FetchEventStreamBuilderJsoniterOps(underlying: FetchEventStreamBuilder)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class JsonToRequestBody(jsonStr: String) extends ToRequestBody

Attributes

Graph
Supertypes
trait ToRequestBody
class Object
trait Matchable
class Any

Inherited types

type FetchError = FetchError

Attributes

Inherited from:
ReExports
type FetchEventStreamBuilder = FetchEventStreamBuilder

Attributes

Inherited from:
ReExports
type FetchException = FetchException

Attributes

Inherited from:
ReExports
type FetchResponse[A] = FetchResponse[A]

Attributes

Inherited from:
ReExports
type FetchTimeout = FetchTimeout

Attributes

Inherited from:
ReExports
type RequestUrl = RequestUrl

Attributes

Inherited from:
ReExports
type ResponseError = ResponseError

Attributes

Inherited from:
ReExports
type ToRequestBody = ToRequestBody

Attributes

Inherited from:
ReExports
type ToRequestUrl = ToRequestUrl

Attributes

Inherited from:
ReExports

Value members

Inherited methods

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

Attributes

Inherited from:
FetchSyntax

Inherited fields

val Fetch: Fetch.type

Attributes

Inherited from:
ReExports
val ToRequestBody: ToRequestBody.type

Attributes

Inherited from:
ReExports
val ToRequestUrl: ToRequestUrl.type

Attributes

Inherited from:
ReExports

Implicits

Inherited implicits

Attributes

Inherited from:
FetchJsoniterSyntax
implicit def jsonRequestBody[A](value: A)(implicit encoder: JsonValueCodec[A]): ToRequestBody

Attributes

Inherited from:
FetchJsoniterSyntax
implicit def syntaxEventStreamOfFetchResponse[A](underlying: EventStream[FetchResponse[A]]): EventStreamOfFetchResponseOps[A]

Attributes

Inherited from:
FetchSyntax
implicit def syntaxEventStreamOfFetchResponseOfEither[L, R](underlying: EventStream[FetchResponse[Either[L, R]]]): EventStreamOfFetchResponseOfEitherOps[L, R]

Attributes

Inherited from:
FetchSyntax
implicit def syntaxFetchEventStreamBuilder(underlying: FetchEventStreamBuilder): FetchEventStreamBuilderOps

Attributes

Inherited from:
FetchSyntax