ZIOBackend

dev.hnaderi.k8s.client.ZIOBackend
See theZIOBackend companion object
final case class ZIOBackend(client: Client) extends HttpBackend[ScopedTask]

Attributes

Companion
object
Source
ZIOBackend.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def send[O : Decoder](url: String, verb: APIVerb, headers: Seq[(String, String)], params: Seq[(String, String)], cookies: Seq[(String, String)]): ScopedTask[O]

Attributes

Definition Classes
Source
ZIOBackend.scala
override def send[I : Encoder, O : Decoder](url: String, verb: APIVerb, body: I, headers: Seq[(String, String)], params: Seq[(String, String)], cookies: Seq[(String, String)]): ScopedTask[O]

Attributes

Definition Classes
Source
ZIOBackend.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product