Class HttpChallenge

java.lang.Object
akka.http.javadsl.model.headers.HttpChallenge
akka.http.scaladsl.model.headers.HttpChallenge
All Implemented Interfaces:
Renderable, ToStringRenderable, ValueRenderable, Serializable, scala.Equals, scala.Product

public final class HttpChallenge extends HttpChallenge implements ValueRenderable, scala.Product, Serializable
Note: the token of challenge is stored in the params Map as a parameter whose name is empty String("") for binary compatibility, but it will be parsed and rendered correctly.
See Also: