RequestT

sttp.client3.RequestT
See theRequestT companion class
object RequestT

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RequestT.type

Members list

Type members

Classlikes

implicit class RichRequestTEither[U[_], A, B, R](r: RequestT[U, Either[A, B], R])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class RichRequestTEitherResponseException[U[_], HE, DE, B, R](r: RequestT[U, Either[ResponseException[HE, DE], B], R])

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

final implicit def RichRequestTEither[U[_], A, B, R](r: RequestT[U, Either[A, B], R]): RichRequestTEither[U, A, B, R]
final implicit def RichRequestTEitherResponseException[U[_], HE, DE, B, R](r: RequestT[U, Either[ResponseException[HE, DE], B], R]): RichRequestTEitherResponseException[U, HE, DE, B, R]