final case class Expires(expirationDate: HttpDate) extends Parsed with Product with Serializable
Constructs an Expires
header.
The HTTP RFCs indicate that Expires should be in the range of now to 1 year in the future. However, it is a usual practice to set it to the past of far in the future Thus any instant is in practice allowed
- expirationDate
the date of expiration
- Source
- Expires.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Expires
- Serializable
- Serializable
- Parsed
- Header
- Product
- Equals
- Renderable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
equals(that: Any): Boolean
- Definition Classes
- Header → Equals → AnyRef → Any
- val expirationDate: HttpDate
-
final
def
hashCode(): Int
- Definition Classes
- Header → AnyRef → Any
-
def
is(key: HeaderKey): Boolean
- Definition Classes
- Header
-
def
isNot(key: HeaderKey): Boolean
- Definition Classes
- Header
- val key: Expires.type
- def name: CaseInsensitiveString
- def parsed: Expires.this.type
-
final
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- Header → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
- def renderValue(writer: Writer): writer.type
-
def
toRaw: Raw
- Definition Classes
- Header
-
def
toString(): String
- Definition Classes
- Header → Renderable → AnyRef → Any
- val value: String