Http4sBackend

dev.hnaderi.k8s.client.http4s.Http4sBackend
See theHttp4sBackend companion object
final class Http4sBackend[F[_], T] extends HttpBackend[F], StreamingBackend[[_] =>> Stream[F, _$2]]

Attributes

Companion
object
Source
Http4sBackend.scala
Graph
Supertypes
trait StreamingBackend[[_] =>> Stream[F, _$2]]
trait HttpBackend[F]
class Object
trait Matchable
class Any

Members list

Type members

Types

type Req = Request[F]

Attributes

Source
Http4sBackend.scala

Value members

Concrete methods

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

Attributes

Definition Classes
Source
Http4sBackend.scala
override def send[O : Decoder](url: String, verb: APIVerb, headers: Seq[(String, String)], params: Seq[(String, String)], cookies: Seq[(String, String)]): F[O]

Attributes

Definition Classes
Source
Http4sBackend.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)]): F[O]

Attributes

Definition Classes
Source
Http4sBackend.scala