oxygen.http.client

Members list

Packages

Type members

Classlikes

final case class ConnectionTarget(host: String, ssl: SslConfig, port: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait HttpClient

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
HttpClient.type
final case class HttpClientError(error: Throwable) extends Throwable

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HttpClient

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HttpClient
Self type
final case class JvmHttpClient(target: ConnectionTarget, streamChunkSize: Int, requestMiddlewares: Chunk[RequestMiddleware], responseMiddlewares: Chunk[ResponseMiddleware]) extends HttpClient

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HttpClient
class Object
trait Matchable
class Any
Show all

Experimental classlikes

trait DeriveClient[Api]

Attributes

Companion
object
Experimental
true
Supertypes
class Object
trait Matchable
class Any
object DeriveClient

Attributes

Companion
trait
Experimental
true
Supertypes
class Object
trait Matchable
class Any
Self type