Packages

package backend

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class FixedAsyncHttpClientBackendProvider extends HttpBackendProvider
  2. trait HttpBackendProvider extends Lifecycle
  3. case class HttpClientConfig(timeout: Option[FiniteDuration], connectTimeout: Option[FiniteDuration], maxPoolSize: Option[Int], useNative: Option[Boolean], followRedirect: Option[Boolean], forceShutdown: Option[Boolean], configForProcess: Option[Map[String, HttpClientConfig]]) extends Product with Serializable
  4. class OpenapiSttpBackend extends HttpBackend
  5. case class RequestResponseLog(url: String, method: Option[String], headers: Map[String, List[String]], body: Option[String], statusCode: Option[Int]) extends DisplayJsonWithEncoder[RequestResponseLog] with Product with Serializable
  6. class SharedHttpClient extends SharedService[HttpClientConfig]
  7. class SharedHttpClientBackendProvider extends HttpBackendProvider

Value Members

  1. object DefaultHttpClientConfig
  2. object HttpClientConfig extends Serializable
  3. object OpenapiSttpBackend
  4. object RequestResponseLog extends Serializable
  5. object SharedHttpClientBackendProvider extends SharedServiceHolder[HttpClientConfig, SharedHttpClient]

Ungrouped