final case class Proxy-Authenticate(values: NonEmptyList[Challenge]) extends Product with Serializable
The "Proxy-Authenticate" header field consists of at least one challenge that indicates the authentication scheme(s) and parameters applicable to the proxy for this effective request URI...
From RFC-7235
- Source
- Proxy-Authenticate.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Proxy-Authenticate
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Proxy-Authenticate(values: NonEmptyList[Challenge])
Value Members
- val values: NonEmptyList[Challenge]