Class HttpChallenge

java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpChallenge
org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
All Implemented Interfaces:
Serializable, Renderable, ToStringRenderable, ValueRenderable, 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: