package backend
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class FixedAsyncHttpClientBackendProvider extends HttpBackendProvider
- trait HttpBackendProvider extends Lifecycle
- 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
- class LoggingAndCollectingSttpBackend[+P] extends DelegateSttpBackend[Future, P]
- case class RequestResponseLog(url: String, method: Option[String], headers: Map[String, List[String]], body: Option[String], statusCode: Option[Int]) extends Product with Serializable
Value Members
- object DefaultHttpClientConfig
- object HttpClientConfig extends Serializable
- object LoggingAndCollectingSttpBackend
- object RequestResponseLog extends Serializable