spice.http.client

Members list

Packages

Type members

Classlikes

class ClientException(val message: String, val request: HttpRequest, val response: HttpResponse, val cause: Option[Throwable]) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class Credentials(username: String, password: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class HttpClient(request: HttpRequest, implementation: HttpClientImplementation, retryManager: RetryManager, interceptor: Interceptor, saveDirectory: String, timeout: FiniteDuration, pingInterval: Option[FiniteDuration], dns: DNS, dropNullValuesInJson: Boolean, sessionManager: Option[SessionManager], failOnHttpStatus: Boolean, validateSSLCertificates: Boolean, proxy: Option[Proxy], failures: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object HttpClient.type
object HttpClient extends HttpClient

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class HttpClient
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
HttpClient.type

Attributes

Supertypes
class Object
trait Matchable
class Any
object HttpClientImplementationManager extends ImplementationManager[HttpClientImplementation, Unit]

Attributes

Supertypes
trait ImplementationManager[HttpClientImplementation, Unit]
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Proxy(`type`: ProxyType, host: String, port: Int, credentials: Option[Credentials])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait ProxyType

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Direct.type
object Http.type
object Socks.type
object ProxyType

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ProxyType.type
trait RetryManager

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Standard
object RetryManager

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class Session(cookies: List[Response])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
class SessionManager(var _session: Session)

Attributes

Supertypes
class Object
trait Matchable
class Any