Package

akka.http.scaladsl.model

headers

Permalink

package headers

Visibility
  1. Public
  2. All

Type Members

  1. final case class CensoredRawHeader(name: String, value: String, censorValue: String) extends javadsl.model.headers.RawHeader with Product with Serializable

    Permalink

    A special type of RawHeader which allows you to censor the output when toString is called, useful for headers which express Tokens which you don't want to log for security concerns

    A special type of RawHeader which allows you to censor the output when toString is called, useful for headers which express Tokens which you don't want to log for security concerns

    name

    The name of the header

    value

    The actual value of the header

    censorValue

    The censored value to show when doing toString

Value Members

  1. object CensoredRawHeader extends Serializable

    Permalink

Ungrouped