min-fresh

akka.http.scaladsl.model.headers.CacheDirectives.min-fresh
final case class min-fresh(deltaSeconds: Long) extends RequestDirective

For a fuller description of the use case, see http://tools.ietf.org/html/rfc7234#section-5.2.1.3

Attributes

Source
CacheDirective.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CacheDirective
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render[R <: Rendering](r: R): R

Attributes

Source
CacheDirective.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
ToStringRenderable -> Any
Inherited from:
ToStringRenderable (hidden)
Source
Rendering.scala
def value: String

Attributes

Inherited from:
ValueRenderable (hidden)
Source
Rendering.scala