HttpClient

dev.hnaderi.k8s.client.HttpClient
See theHttpClient companion trait
object HttpClient

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_]](baseUri: String, backend: HttpBackend[F], auth: AuthenticationParams): HttpClient[F]

Attributes

Source
Request.scala
def streaming[F[_], S[_]](baseUri: String, backend: HttpBackend[F] & StreamingBackend[S], auth: AuthenticationParams): HttpClient[F] & StreamingClient[S]

Attributes

Source
Request.scala