HttpBackend

dev.hnaderi.k8s.client.HttpBackend
trait HttpBackend[F[_]]

Attributes

Source
Request.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Attributes

Source
Request.scala
def send[I : Encoder, O : Decoder](url: String, verb: APIVerb, body: I, headers: Seq[(String, String)], params: Seq[(String, String)], cookies: Seq[(String, String)]): F[O]

Attributes

Source
Request.scala