Packages

package http

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Api extends AnyRef
    Attributes
    protected[client]
  2. sealed trait Endpoint extends Api
    Attributes
    protected[client]
  3. trait HyperMediaEndpoint extends Endpoint
    Attributes
    protected[client]
  4. final case class ProxyCredentials(username: String, password: String) extends Product with Serializable
  5. final case class ProxySettings(host: String, port: Int, credentials: Option[ProxyCredentials] = None) extends Product with Serializable
  6. trait RequestExecutor extends AnyRef
  7. trait RestEndpoint extends Endpoint
    Attributes
    protected[client]
  8. final class StdRequestExecutor extends RequestExecutor

Value Members

  1. object ProxySettings extends Serializable
  2. object RequestExecutor

Ungrouped