package headers
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AcceptEncoding(encodings: List[WeightedEncoding]) extends Product with Serializable
- sealed trait AuthenticationScheme extends AnyRef
- sealed trait CacheDirective extends AnyRef
- case class ContentRange(unit: String, range: Option[(Long, Long)], size: Option[Long]) extends Product with Serializable
-
case class
Cookie(name: String, value: String) extends Product with Serializable
A cookie name-value pair.
A cookie name-value pair.
The
name
andvalue
should be already encoded (if necessary), as when serialised, they end up unmodified in the header. - case class CookieValueWithMeta(value: String, expires: Option[Instant], maxAge: Option[Long], domain: Option[String], path: Option[String], secure: Boolean, httpOnly: Boolean, sameSite: Option[SameSite], otherDirectives: Map[String, Option[String]]) extends Product with Serializable
-
case class
CookieWithMeta(name: String, valueWithMeta: CookieValueWithMeta) extends Product with Serializable
A cookie name-value pair with directives.
A cookie name-value pair with directives.
All
String
values should be already encoded (if necessary), as when serialised, they end up unmodified in the header. - case class ETag(tag: String, weak: Boolean = false) extends Product with Serializable
- sealed trait Origin extends AnyRef
- case class Range(start: Option[Long], end: Option[Long], unit: String) extends Product with Serializable
- case class WWWAuthenticateChallenge(scheme: String, params: ListMap[String, String]) extends Product with Serializable
Value Members
- object AcceptEncoding extends Serializable
- object Accepts
- object AuthenticationScheme
- object CacheDirective
- object ContentRange extends Serializable
-
object
Cookie extends Serializable
For a description of the behavior of
apply
,parse
,safeApply
andunsafeApply
methods, see sttp.model. - object CookieValueWithMeta extends Serializable
- object CookieWithMeta extends Serializable
- object ETag extends Serializable
- object Origin
- object Range extends Serializable
- object WWWAuthenticateChallenge extends Serializable