Packages

t

lerna.http

HttpRequestProxySupport

trait HttpRequestProxySupport extends AnyRef

A trait that provides generating HTTP proxy settings

The proxy settings can be configured by com.typesafe.config.Config. You should configure the settings if you use an HTTP proxy.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpRequestProxySupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val system: ActorSystem

    The akka.actor.ActorSystem that is used for extracting settings.