package http
Lerna HTTP
Overview
The package provides Akka HTTP and spray-json utilities.
- Custom Directives extending akka.http.scaladsl.server.Directive
- Custom Json Format extending spray.json.JsonFormat
Type Members
-
trait
HttpRequestLoggingSupport extends HttpRequestProxySupport
A trait that provides sending an HTTP request with logging and timeout
-
trait
HttpRequestProxySupport extends AnyRef
A trait that provides generating HTTP proxy settings
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.
-
trait
SecretHeader extends AnyRef
A trait that provides a custom HTTP header with a credential value or a secret value
A trait that provides a custom HTTP header with a credential value or a secret value
The trait overrides
toString
for masking the value of this header.