final case class If-Modified-Since(date: HttpDate) extends Product with Serializable
{{ The "If-Modified-Since" header field makes a GET or HEAD request method conditional on the selected representation's modification date being more recent than the date provided in the field-value. }}
- Source
- If-Modified-Since.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- If-Modified-Since
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All