HttpClient

pillars.httpclient.HttpClient
See theHttpClient companion class
object HttpClient extends ModuleSupport

Attributes

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

Members list

Type members

Classlikes

final case class Config(followRedirect: Boolean, userAgent: User-Agent, logging: HttpConfig) extends Config

Attributes

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

Attributes

Companion
class
Source
httpclient.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type
enum Error(endpoint: AnyEndpoint, uri: Option[Uri], val number: ErrorNumber, val message: Message) extends PillarsError

Attributes

Source
httpclient.scala
Supertypes
trait Enum
trait Product
trait Equals
trait PillarsError
trait NoStackTrace
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Missing
class Multiple[R]
class InvalidInput
class Mismatch
case object Key extends Key

Attributes

Source
httpclient.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Key
class Object
trait Matchable
class Any
Show all
Self type
Key.type

Types

override type M[F[_]] = HttpClient[F]

Attributes

Source
httpclient.scala

Value members

Concrete methods

override def key: Key

Attributes

Definition Classes
Source
httpclient.scala
override def load[F[_] : Console](context: Context[F], modules: Modules[F]): Resource[F, HttpClient[F]]

Attributes

Definition Classes
Source
httpclient.scala

Inherited methods

Attributes

Inherited from:
ModuleSupport
Source
modules.scala