SttpKBackend

dev.hnaderi.k8s.client.SttpKBackend
See theSttpKBackend companion class
object SttpKBackend

Attributes

Companion
class
Source
SttpKBackend.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class DecodeError(msg: String) extends Exception

Attributes

Source
SttpKBackend.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InvalidURL(msg: String) extends Exception

Attributes

Source
SttpKBackend.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Types

type SttpF[F[_], T] = F[Response[T]]

Attributes

Source
SttpKBackend.scala

Value members

Concrete methods

def apply[F[_], T : BodySerializer](client: SttpBackend[F, Any]): SttpKBackend[F, T]

Attributes

Source
SttpKBackend.scala